Login as Root in Ubuntu 11.04 (Natty Narwhal)


This simple tutorial shows you how to login as root (administration) in Ubuntu 11.04 Natty. Even though it’s not recommended to logon to Ubuntu as the administrator, you still have the option to do so if you wish. One big reason why most Linux distributions won’t allow the root user to login is that, root or administrator has complete control of the system. Any small mistake might have huge impact on the stability of your system. So to prevent this, the root account is disabled by default.

Getting started:

To get started,  press Ctrl – Alt – T on your keyboard to open Terminal. Next, type the command below to create a new password for the root user.
sudo passwd root
unlock_root_natty

After that, type the command below to unlock the root account.
sudo passwd -u root
unlock_root_natty_1

Next, Log Out.

unlock_root_natty_2

Then select ‘Other’ and type the username ‘root’ and the password you created for the root user.

unlock_root_natty_3

Enjoy!

unlock_root_natty_4

0 comments:

Post a Comment