sudo
Purpose
Section titled “Purpose”Changes the shell to another user.
sudo [USER] [PASS] (JUMPPATH)Arguments
Section titled “Arguments”- USER — specify the user you want to login to
- PASSWORD — specify the password of the user
- (JUMPPATH) — specify the path to a jumpfile
Examples
Section titled “Examples”sudo root root_passwordResult:
Logs into the root user on the host machine
sudo root root_password /home/guest/jumpfileResult:
Logs into the root user on a remote machine using the jumpfile