LOG IN AS ROOT
LOG IN AS ROOT IN UBUNTU
TO Log in as root we need to unlock the
root account of ubuntu:
steps...
1) open ur terminal by pressing Ctrl+Alt+t
then type #sudo passwd root
It LOKS LIKE THIS AFTER ENTRING COMMAND |
it now prompts for password ...then finally we need to unlock the user account root::
2) After that, type the command below to unlock the root account.sudo passwd -u root
No comments: