Skip to content

Instantly share code, notes, and snippets.

@sandheepg
Created March 8, 2017 07:39
Show Gist options
  • Save sandheepg/212c12565004decf84296fc8bb97bdcc to your computer and use it in GitHub Desktop.
Save sandheepg/212c12565004decf84296fc8bb97bdcc to your computer and use it in GitHub Desktop.
Get root access in unix

To access root user privileges in Unix,

sudo su
## prompts for password and grants access

sudo su -
## switch as root user without password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment