How To Login As Root In Redhat Linux 7?
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.
1. Log in to the system as a normal user.
2. Open a terminal window, such as GNOME Terminal or Konsole.
3. Enter the command: sudo –i
4. If prompted, enter the password of the user account you are currently logged in as.
5.You will now have a root prompt.
1. Log in as the root user using the su command:
$ su –
2. Enter the root user password when prompted.
3. Once logged in as the root user, you can run any command as the superuser.