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
लेकिन मुझे नहीं लगता कि यह मायने रखता है क्योंकि मैंने खुद को "सुडोल" के रूप में स्थापित किया है, है ना?
इससे भी महत्वपूर्ण बात, मुझे ऐसा करने की क्या आवश्यकता है ताकि मैं पासवर्ड के लिए पूछे बिना 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
लेकिन कॉपी-एन-पेस्ट जॉब्स नहीं थे, मैंने सबकुछ टाइप किया। लेकिन क्या visudo
यह इसके अलावा अन्य फ़ाइलों को संपादित करता है ? वह यह हो सकता है ...
/etc/sudoers.d/
, वे /etc/sudoers