Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の解決策を探しています。
sudoers ファイルで、オプション A を指定したコマンドの実行を許可しますが、オプション B を指定した同じコマンドを拒否します。
例: これを許可: sudo my_command optionA
これを許可しない: sudo my_command optionB
これは可能ですか?