Linux
sudo 입력시 패스워드 입력하지 않아도되게 하는 설정
nineDeveloper
2022. 6. 27. 23:29
728x90
USER가 sudo 사용시 password를 입력하지 않아도되게 하는 설정
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
# See sudoers(5) for more information on "#include" directives:
user ALL=(ALL:ALL) NOPASSWD: ALL
728x90