sudo
権限は、変更元のユーザー/グループに関するものです 変更先のユーザーではありません .
これらの許可行は testuser
を許可していますか ユーザーと testgroup
グループは、パスワードなしで (誰でも) 任意のコマンドを実行します。
に許可を与える必要があります コマンドを実行するスクリプトを実行しているユーザー as testuser
それがあなたが許可するつもりだったと仮定すると.
このエラーは、sudoers ファイルで requiretty
が指定されている場合に発生します . sudoers
から マンページ:
requiretty If set, sudo will only run when the user is logged in to a real tty. When this flag is set, sudo can only be run from a login session and not via other means such as cron(8) or cgi-bin scripts. This flag is off by default.
エラーを修正するには、requiretty
を削除してください sudoers ファイルから。
ユーザーを Docker コンテナに追加するにはどうすればよいですか?
Ubuntu - Python Couchbase lib をインストールしようとしています - libcouchbase/couchbase.h:No such file or directory