Maui Forums

Full Version: DOWNLOADING UPDATES?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
try "sudo su" Smile
Thanks, that worked. But someone on another forum told me this command is ridiculous!
Oh well... whatever gets the job done IMO.
If you really want to work as root in the terminal the more correct way would be executing
Code:
sudo -i
as this reads in the Shell profiles from the root user.
Pages: 1 2