Privilege Escalation

CommandDescription
sudo commandRun a command with elevated privileges
sudo -sOpen an elevated shell (replaces current session)
sudo -iOpen an elevated login shell (resets to home directory)

On Windows, sudo launches an elevated Jitzu shell process and attaches it to the current console. The prompt shows [sudo] and uses # instead of > when elevated.