Add Sudo Privileges to User
Last updated
Last updated
In the following example, username would only be allowed to use commands mkdir
and rmdir
without a password. All other commands would require a password for sudo
The /etc/sudoers.d/
directory allows the use of seperate drop in configuration files if you do not want to edit the main /etc/sudoers
file itself.