You are viewing a single comment's thread from:

RE: How to enable Root on Ubuntu

in #linux8 years ago

You can also get a root shell by doing sudo -s, or sudo -i if you want to use the root user's environment variables instead of your own.

Sort:  

true, the purpose is to enable root itself.