dancytron wrote: Thu Sep 14, 2023 1:47 pmWhat would be the best way to turn off the password for sudo for the puppy user id?
As puppy is by default member of group wheel (check if it really is):
Add to /etc/sudoers:
%wheel ALL=(ALL) NOPASSWD: ALL
Or even better, add the same to the file /etc/sudoers.d/user_wheel (should also exist by default).