root user access in unix

Posted . Visible to the public.

To access root user privileges in Unix,

sudo su
## prompts for password and grants access

sudo su -
## switch as root user without password
Sandheep
Posted by Sandheep to Sandheep's deck (2013-04-26 06:38)