I had installed ubuntu 10.04.
A user account has been created under my name.
But no question has been asked of root account.
So, I was wondering how to login under root account.
Kindly provide some suggestions.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ubuntu is secure because of that very feature. The
rootaccount is very dangerous to use. If you make a file with that account, onlyrootcan delete it. The trash can fills up, but you can’t empty it. It’s a pain, so don’t do it.You are probably needing to do something with elevated privileges. The command
sudolets you do just that.It lets you run individual commands as
root, without being root. It’s quite simple to use:And you will be prompted for a password (your password, not root’s).