Ignoring security reasons, is it possible to do? And how to do it?
"sudo to always work without prompting you for a password"
(ignoring security reasons)if you are just annoyed typing the password then just:
sudo -i
or
sudo -s
sudo su
"sudo to always work without prompting you for a password"
, that. – mfx28 Jul 22 '20 at 02:09