Add user to sudoers
from a user that already has sudo privs write:
sudo vim /etc/sudoers.d/user_namein the file type:
user_name ALL=(ALL) NOPASSWD: ALLChange permisions
sudo chmod 440 /etc/sudoers.d/user_nameLast updated
from a user that already has sudo privs write:
sudo vim /etc/sudoers.d/user_namein the file type:
user_name ALL=(ALL) NOPASSWD: ALLChange permisions
sudo chmod 440 /etc/sudoers.d/user_nameLast updated