linux:sudoers
How to execute sudo without password:
insert this line (changing davide with the desired username)
davide ALL=(ALL:ALL) NOPASSWD:ALL
it is recommended to use the visudo command to edit the sudoers file to avoid mistake
sudo visudo
linux/sudoers.txt · Last modified: 2024/11/10 08:00 by 127.0.0.1
