Sudo
From Linuxintro
Revision as of 06:15, 3 May 2009 by imported>ThorstenStaerk (New page: 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. ;E...)
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.