How to enable Root on Ubuntuamunra (48)in #linux • 9 years ago sudo passwd root (enter password) sudo passwd -u root reboot
You can also get a root shell by doing
sudo -s, orsudo -iif you want to use the root user's environment variables instead of your own.true, the purpose is to enable root itself.