How to get root access on Linux operating system?
How to get root access on Linux operating system?
- Please click on the lower left corner of the icon (start button).
- Click Terminal menu item to open the terminal.
- Input the command below:
% sudo su – - Press Enter.
- Your terminal prompt will become #.
- You now have root privleges on all operations in the terminal window. Root privileges can arbitrarily modify the system, delete the system files, please use caution.