Skip to content

Instantly share code, notes, and snippets.

@sepastian
Created February 13, 2014 07:45
Show Gist options
  • Save sepastian/8971346 to your computer and use it in GitHub Desktop.
Save sepastian/8971346 to your computer and use it in GitHub Desktop.
Reset the password of any user in Mac OS X 10.4.
# 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