Sudo

Some useful sudo commands.

sudo -l  ## list commands that can be run as sudo.

sudo -u guest /usr/bin/strings /file/requires/sudo.txt ## allows commands to be run as another user.

Last updated

Was this helpful?