Open Terminal as root

From Amahi Wiki
Revision as of 19:05, 7 March 2010 by Gboudreau (talk | contribs) (Created page with 'Sometimes, you'll be asked to open a Terminal window, and become root. To do that, on the HDA itself, go in the Applications menu, and select System > Terminal. To do that from…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

To do that, on the HDA itself, go in the Applications menu, and select System > Terminal.

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

Once the Terminal window is open, type the following command:

su -

You'll be asked for the root password:

[gb@hda ~]$ su -
Password:

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

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