Menu

Configuring sudo

The_Invisible

Configuring sudo

sudo is necessary to configure also not owned directories/files within nautilus as normal user. Just add following lines to your sudoers file. Of course you must adjust it to your users/groups policy needs.

# The group adm can execute setfacl as root without password
%adm    ALL=(ALL) NOPASSWD: /bin/setfacl *

# The user rene can execute setfacl as root without password
rene    ALL=(ALL) NOPASSWD: /bin/setfacl *

For further information read here: https://help.ubuntu.com/community/RootSudo


Related

Wiki: Home