Open Terminal as root

From Amahi Wiki
Revision as of 00:32, 28 April 2017 by Bigfoot65 (talk | contribs)
Jump to: navigation, search

Sometimes, you'll be asked to open a Terminal window, and become root.

To do that from a remote computer, SSH into your HDA.

Once the Terminal window is open, type the following command (NOTE: Precede each command with sudo for Ubuntu and Fedora if you did not create a root password.):

su -

You'll be asked for the root password (for Ubuntu and Fedora, the password is your user password):

[gb@hda ~]$ su -
Password:

You now have a Terminal open, and you're logged as root:

[gb@hda ~]$ su -
Password:
[root@hda ~]#