Created
February 13, 2014 07:45
-
-
Save sepastian/8971346 to your computer and use it in GitHub Desktop.
Reset the password of any user in Mac OS X 10.4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reset the password of any user in Mac OS X 10.4. | |
# Boot into single user mode pressing and holding Ctrl + S after pressing the power button. | |
# When the root prompt appeats, do: | |
sh /etc/rc | |
passwd admin | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment