ในวันที่ 14.04 ที่นี่ ฉัน SSHed เข้าไปในเครื่องของฉันเพิ่มบรรทัดต่อไปนี้ใน/etc/sudoers
:
myuser ALL=NOPASSWD: ALL
จากนั้นลองเรียกใช้:
sudo mkdir /etc/blah
... และฉันถูกขอรหัสผ่านของฉัน ทำไม?!?
ฉันไม่ต้องการให้ถามรหัสผ่านเมื่อทำการดำเนินการนี้ โปรดทราบว่าเมื่อฉันเรียกใช้ls -ltr /
ฉันได้รับ:
drwxr-xr-x 94 root root 4096 Jul 30 13:28 etc
แต่ฉันไม่คิดเรื่องนี้เพราะฉันตั้งตัวเองเป็น "sudoer" ใช่ไหม?
ที่สำคัญฉันต้องทำอย่างไรจึงจะสามารถเรียกใช้sudo mkdir /etc/blah
ในฐานะผู้ใช้ปัจจุบันของฉัน ( myuser
) โดยไม่ต้องถามรหัสผ่าน
นี่คือ/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
fizzbuzz ALL=NOPASSWD: ALL
chadmin ALL=NOPASSWD: ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
visudo
แต่การแก้ไขด้วยตนเองสำหรับไฟล์นี้ไม่ใช่งาน copy-n-paste ฉันพิมพ์ทุกอย่างตามที่เป็น แต่visudo
แก้ไขไฟล์อื่นนอกเหนือจากไฟล์นี้? อาจเป็นได้ว่า ...
/etc/sudoers.d/
พวกเขาอาจจะเอาชนะสิ่งต่าง ๆ จาก/etc/sudoers