Skip to content

Instantly share code, notes, and snippets.

@micrub
Created July 12, 2018 00:15
Show Gist options
  • Save micrub/44617c0e12758231e7119053ba3f067d to your computer and use it in GitHub Desktop.
Save micrub/44617c0e12758231e7119053ba3f067d to your computer and use it in GitHub Desktop.
Am I root? (Bash)
id -u
1000
sudo su  
[sudo] password for *: 
root@some:/some# id -u
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment