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