Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 563 Bytes

sudo_powers_in_script.md

File metadata and controls

25 lines (15 loc) · 563 Bytes

Probabilmente questa cosa l'ho gia' spiegata da qualche altra parte,

ma siccome in una struttura "a caselle" come questa,

e' bene avere una certa ridondanza lo rispiego.

Supponiamo, come e' il mio caso ora, che io ho uno script:

sudo shutdown -h now

Non funzionera' perche' non hai modo di inserire la password di root, oppure non vuoi farlo

sudo visudo

Then edit that file to add to the very end:

username ALL = NOPASSWD: /fullpath/to/command, /fullpath/to/othercommand

eg

john ALL = NOPASSWD: /sbin/poweroff, /sbin/start, /sbin/stop