When installing Ubuntu I can create a user with an encrypted folder, what I always do.
Now after the installation the login password for this user is also the sudo password. Is that how it should be? I actually would like to have a different user login and sudo password, does is make sense? Should I do that, how?
Why Is Sudo Also User Login Password and How to Change It
loginpermissionsSecuritysudo
Best Answer
Yes, that is how it should be. Ubuntu is designed this way.
Benefits of using sudo (from the Community Help Wiki):
Other Linux distributions use a separate root user with a different password. If you wish to use Ubuntu like that, you can set a password for root:
Then you can log in as root from TTY or run
su -
from a terminal and enter the root password.Once you can log in as root, you can remove yourself from the
sudo
group: