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.
現在、OSX Maverick に取り組んでおり、sudoターミナルでコマンドを使用できません。
sudo
My-Mac:~ phucnd$ sudo sudo: /etc/sudoers は誰でも書き込み可能です sudo: 有効な sudoers ソースが見つかりません。終了します。
My-Mac:~ phucnd$ sudo
sudo: /etc/sudoers は誰でも書き込み可能です
sudo: 有効な sudoers ソースが見つかりません。終了します。
どうすれば修正できますか?
Finder → 移動 → フォルダに移動:
と入力してボタン/etc/sudoersを押しGoます。
/etc/sudoers
Go
を右クリックして、sudoersパーミッションを変更します。
sudoers
以下のコマンドを使用するだけで、どの端末でも実行できます。
$ su
$ chmod 440 /etc/sudoers