Bootstrap FreeKB - Linux Commands - sudo (give a user permission to run certain commands)
Linux Commands - sudo (give a user permission to run certain commands)

Updated:   |  Linux Commands articles

This assumes you are familiar with the /etc/sudoers file

Use the visudo command to edit the /etc/sudoers file. The syntax of lines in the /etc/sudoers file is users hosts=(user:group) commands. In this example, user john.doe is given permission to issue the ifup and ifdown commands using sudo.

john.doe ALL=(ALL:ALL) /sbin/ifup, /sbin/ifdown

 

The NOPASSWD option can be included to ensure that the sudo command does not prompt the user for their password.

john.doe ALL=(ALL:ALL) NOPASSWD: /sbin/ifup, /sbin/ifdown

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter fb205b in the box below so that we can be sure you are a human.