How do I find out a former owners password?

How do I get a former owners password to install software?

iMac, Mac OS X (10.4.11)

Posted on Feb 25, 2013 8:19 PM

Reply
6 replies

Feb 26, 2013 9:29 AM in response to markman523

If he won't provide the disks (as many do not) then try booting into Single User Mode by holding down Cmd-S. Then type:

  • fsck -fy
  • mount -uw /

At this point you can go 2 ways:

  1. Changing the password of the current user - type passwd <username> where username is the short name of the user you want to change.
  2. Starting the setup wizard - do a rm /var/db/.AppleSetupDone. This will start initial setup.

Then, you can type shutdown -h now to turn off the Mac.

Feb 27, 2013 11:32 AM in response to rccharles

I booted my Tiger 10.4.11 in single user mode via holding down the command + s when powering on.


/sbin/fsck -fy

/sbin/mount -uw /

passwd user-name

# returned without asking for new password.

# ( did not work )


# ->Start up some utility processes that are needed.

sh /etc/rc

passwd user-name

# asked for new password.

# (worked).


So, the working of passwd has changed over time.


Robert

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do I find out a former owners password?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.