Aide-memoire: Darwin/x86 Lost Root Password

发布于 2022-06-23 04:49:54 字数 1025 浏览 329 评论 2

Step 1: At boot2 prompt: hd()mach_kernel -s

After booting, the kernel will spawn a shell with the familiar "sh#" shell prompt.

Step 2: Execute a fsck command to ensure integrity of filesystem:

sh# /sbin/fsck -y

Wait for the system to salvage any loose bits and pieces. The system will finish off with another "sh#" shell prompt.

Step 3: Mount the filesystem read/write -- otherwise you cannot change anything, including the lost password

sh# /sbin/mount -uw /

Step 4:

sh# passwd root  /* set your new password with the passwd command, ** Note ** default is Netinfo */

or

sh# passwd -i file root /* set your new password with the '-i file' attributes for flat files and pwd_mkdb -p the master passwd file as usual */

Step 5:

sh# reboot

AND you can login as root with the new password.

HAVE    FUN!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

念﹏祤嫣 2022-06-24 15:41:38

Oh,I got it.Thanks.

離人涙 2022-06-24 15:39:31

Great.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文