Privilege Escalation
| Command | Description |
|---|---|
sudo command | Run a command with elevated privileges |
sudo -s | Open an elevated shell (replaces current session) |
sudo -i | Open 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.