April 2016
Beginner to intermediate
276 pages
5h 32m
English
Whenever the system administrator wants to provide trusted users administrative access to the system without sharing the password of the root user, they can do so using the sudo mechanism.
Once the user is given access using the sudo mechanism, they can execute any administrative command by preceding it with sudo. Then, the user will be asked to enter their own password. After this, the administrative command will be executed in the same way as run by the root user.
As the file for the configuration is predefined and the commands used are inbuilt, nothing extra needs to be configured before starting these steps.
sudo access. ...