調べたところ、Mac OS Xでは、rootアカウントを有効にするためには以下の手順が必要であることが分かった。
Mac OS Xでサーバ構築:root パスワードの変更
リンク先のMac OS Xのバージョンは10.4.9で、自分のMac OS Xのバージョンは10.5.2だが、下記の方法で問題なくrootアカウントのパスワードの設定が出来た。
$ sudo passwd root
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
Changing password for root.
New password:
Retype new password:
以上の操作により、suコマンドでrootアカウントになることが出来る。
$ su -
Password:
#
なお、リンク先の方法2は、"NetInfoマネージャ"というアプリケーションが見つからなかったため、試すことが出来なかった。
【参考】
0 件のコメント:
コメントを投稿