Sudo
From Linuxintro
Revision as of 05:31, 28 December 2013 by imported>ThorstenStaerk (→See also)
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.