December 2015
Intermediate to advanced
250 pages
4h 41m
English
Sudo allows users to run applications and scripts with the security privileges of another user.
Before allowing someone to elevate their security context for a specific application or script, you need to figure out which user or group you wish to elevate from and to, which applications/scripts you use, and on which systems to run them.
The default syntax for a sudo entry is the following:
who where = (as_whom) what
These simple five steps will guide you through setting up privilege escalation:
sudoers definition file in /etc/sudoers.d/ called clustering through the following command:
~]# visudo -f /etc/sudoers.d/clustering