How To Login To Ubuntu As Root?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and 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.
By default, Ubuntu user accounts do not have permission to log in as root. To enable root Login in Ubuntu, you need to set a root password by running the command `sudo passwd root` and then enter the new root password. Once a root password is set, you can access the root account by typing `su –` in the terminal, followed by the root password.