"sudo su -"
// su-> switch user,
// su requires the root password and sudo requires your user password
// sudo su - will put you into a root environment
// but it will ask you for your user password instead of the root password
// once sudo has given you root privileges, su - can be executed with no password