Installing sudo & configuration of user and groups
Last updated
Was this helpful?
Last updated
Was this helpful?
The beginning of the installation starts with changing user to root so we can install sudo, for this purpouse we write:
su
in the bash prompt and introduce the root password, in my case Hola42bcn
.
Once we are done we write down the command :
So the package manager install the required packages for sudo.
We must reboot machine so the changes can be applied. For that porpouse we will use the commando:
Once the machine is rebooted we have to input the encryptation password and the login again. To check if sudo have been installed correctly we must switch to root user:
and then use the command: