# sudo passwd root
<enter a super user password>
# sudo visudo
change
to
I'm not an Ubuntu fan but the latest version supports booting of an ext4 partition. But I hate the fact that the normal user has access to root functions.
<enter a super user password>
# sudo visudo
change
Code:
%admin ALL=(ALL) ALL
to
Code:
#%admin ALL=(ALL) ALL
I'm not an Ubuntu fan but the latest version supports booting of an ext4 partition. But I hate the fact that the normal user has access to root functions.