Skip to content

sudo

Changes the shell to another user.

Terminal window
sudo [USER] [PASS] (JUMPPATH)
  • USER — specify the user you want to login to
  • PASSWORD — specify the password of the user
  • (JUMPPATH) — specify the path to a jumpfile
Terminal window
sudo root root_password

Result:
Logs into the root user on the host machine