Difference between revisions of "Sudo"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 6: | Line 6: | ||
= See also = | = See also = | ||
− | * [http:// | + | * [http://linux.die.net/man/8/sudo sudo's man page] |
Latest revision as of 05:31, 28 December 2013
sudo is a command that allows a non-root user to issue ("do") commands as root (superuser, "su"). The user needs to be priviledged to do this or he needs to know the root password.
- Example
sudo ls /root
Will list /root for the user who calls this command.