How To Get Root Permission In Ubuntu?
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.
The easiest way to get root permission in Ubuntu is to use the “sudo” command. This command allows a user to execute commands with root privileges. To use it, start any command with sudo followed by the command you want to run as root (e.g. sudo apt-get install). You will then be prompted for your user password, which will grant you root privileges for that command.