我在Linux Mint 13中有一個啓動腳本,以便我可以單擊桌面上的圖標來掛載我的NAS。爲了使用/ bin /安裝無需密碼我必須將此行添加到sudoers的: <username> ALL = NOPASSWD: /bin/mount
腳本安裝NAS是非常簡單的: #!/bin/bash
if [ 0 = `sudo mount |grep -c nasbox` ]
then
我試圖讓管理員組中的所有用戶運行一個jar文件作爲SUDO沒有密碼,我編輯了sudoers文件(使用visudo)並嘗試了一些命令,但它仍然提示我對於每一次的/etc/sudoers 內容的密碼: # /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man pa