美文网首页
2018-11-28

2018-11-28

作者: 弘宇GG | 来源:发表于2018-11-28 19:41 被阅读0次

解决MacBook重置管理员密码的时候输入rm /var/db/.AppleSetupDone后出现

such no file or directory:

开机长按command+R 进入到恢复模式

cd /Volumes

ls -l (This will show all volumes)

cd Macintosh\ HD

cd var/db

ls -la (You should now see a .AppleSetupDone file)

rm .AppleSetupDone

然后,reboot 进入设置管理用户

相关文章

网友评论

      本文标题:2018-11-28

      本文链接:https://www.haomeiwen.com/subject/cpgzqqtx.html