RootHowTo
From MorphixWiki
Contents |
[edit] In Morphix CD, how do I get root? I need root!
Solution: There is no default root password
[edit] To set it, use the following command: sudo passwd
To just gain root-access in a terminal, this also does the trick:
sudo sh
To set the Root password on boot up use the RootPass minimodule, which sets the root password to 'morphix' at boottime.
You can type "nautilus" after get root, to navigate in the computer using the root privileges.
A favorite FAQ is "what is the default password ?' The answer are always given as above.
[edit] What is the root login and password in Morphix installed in Hard Disk ?
Solution: The login is "root" and the password is the password set by you during the installation. To get root, open a terminal (you can use the gnome-terminal icon, in the upper part of the desktop, near the home icon), type
su
and press enter.

