Quote:
Originally posted by back-off
how can i setup a similar user on Slackware 9.1 - superuser.
that has access to everything and changing stuff like root
is that possible?
|
install a package named sudo, then edit /etc/sudoers and add a line to it:
username ALL=(ALL) ALL
the person with that username will have root's power.
this is how sudo works, you log in as a user, type in "sudo su", it will ask for the root's password, and you will have root's power, if you type in something like "sudo konqueror", it will ask for the root's password, and you will open a konqueror screen with full root's power, you can edit, delete, create, anything in the system.