내 원본 /etc/sudoers
파일:
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
# See sudoers(5) for more information on "#include" directives:
zabbix ALL=(ALL) NOPASSWD: /home/server/systools/bin/zabbix/
#includedir /etc/sudoers.d
wytools ALL=(ALL) NOPASSWD: /home/server/wysystools/sbin/,/usr/bin/git
이러한 설정을 사용하면 sudo
더 이상 비밀번호가 필요하지 않습니다. 줄에서 제거하고 NOPASSWD:
저장해 보았으나 변경 사항이 적용되지 않았습니다(여전히 비밀번호를 묻지 않음). 변화를 효과적으로 만드는 방법은 무엇입니까?%sudo
visudo
sudo