Enable root access in Ubuntu

To enable the Ubuntu root account, first we need to set up password for the root user.

sudo passwd root

Then unlock the root account

sudo passwd -u root

This entry was posted in Linux, Ubuntu. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *