By Keith Mitnick on Saturday, 05 March 2016
Category: General

Switch to root user in terminal and be in root users home

sudo -i   

This will give you root access and switch the home folder to the root user.  

Run the pwd command and it will return /var/root

Leave Comments