14.04に。私は自分のマシンにSSHで接続し、次の行を追加しました/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