View previous topic :: View next topic |
Author |
Message |
mahir l33t


Joined: 05 Dec 2003 Posts: 725 Location: London
|
Posted: Sun Feb 27, 2005 5:59 pm Post subject: 2nd root user |
|
|
i want to create a user, that has root privlages... how do i do do this? i dont want someone using root
i ant them using a diff. acconunt
how would i acomplish this friends?  _________________ "wa ma tawfiqi illah billah"
Mahir Sayar |
|
Back to top |
|
 |
j-m Retired Dev

Joined: 31 Oct 2004 Posts: 975
|
Posted: Sun Feb 27, 2005 6:03 pm Post subject: |
|
|
Code: |
emerge app-admin/sudo
man sudo
|
There is no point in creating another user with UID=0 b/c for all purposes such user is root. |
|
Back to top |
|
 |
mahir l33t


Joined: 05 Dec 2003 Posts: 725 Location: London
|
Posted: Sun Feb 27, 2005 6:59 pm Post subject: scenario |
|
|
so i have an ssh server on a machine.
i let users access it remotely
using winSCP
i want everyone to have access to their own folders
however i want one user, to have access to all the folders.
how do i do this? i cant use sudo to accomplish this....
what do i do people? _________________ "wa ma tawfiqi illah billah"
Mahir Sayar |
|
Back to top |
|
 |
j-m Retired Dev

Joined: 31 Oct 2004 Posts: 975
|
Posted: Sun Feb 27, 2005 7:02 pm Post subject: Re: scenario |
|
|
Eh, just let him login as root if you want this. This really does not make any sense. What are you trying to protect? You are going to give the user root privileges so give him the password and don´t create mess in the system. |
|
Back to top |
|
 |
freebies_11 n00b

Joined: 09 Dec 2004 Posts: 36
|
Posted: Sun Feb 27, 2005 7:58 pm Post subject: |
|
|
This isn't windows. We don't have sissy "Administrator" accounts.  |
|
Back to top |
|
 |
justanothergentoofanatic Guru

Joined: 29 Feb 2004 Posts: 337
|
Posted: Mon Feb 28, 2005 4:28 am Post subject: |
|
|
How about this:
Make all the directories owned by the same group with permissions g+rwx. Then make the user a member of this group.
-Mike |
|
Back to top |
|
 |
|