Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to get to Single user mode

When i hold ctrl + s it boots to shell mode, how to i get it to boot to single user?

iMac

Posted on Feb 16, 2013 2:00 AM

Reply
10 replies

Feb 16, 2013 4:10 PM in response to alfejoy

The shell is correct. That is ALL you get in Single User Mode. This is the Unix Single User Mode, and it has been this way since the beginnings of Unix in the '70s.


And it is Command-s for Single User Mode, not ctrl-s. Here is a URL with a list of keys that can be held during a Mac OS X boot: <http://macs.about.com/od/macoperatingsystems/qt/osxstartupkeys.htm>


I need to create another admin log in as i have totally forgot my password


If you are on Lion (10.7) or Mountain Lion (10.8), then you can reset your Admin Password via the recovery partition.


<http://blog.typpz.com/2012/10/20/how-to-reset-os-x-password-with-recovery-partit ion/>

<http://www.coolestguyplanettech.com/reset-forgotten-admin-password-osx-10-8-moun tain-lion/>


If you have Snow Leopard (10.6), Leopard (10.5), Tiger (10.4), then you reset the admin password by booting from the installation DVD, selecting "Reset Password" from the Utility menu.


If the above does not work for you, then try doing a Google search for:

"Mac OS X reset admin password"

You might want to include the version of Mac OS X you are running, as it will affect the method needed to reset the password, as there are different ways depending on which version of Mac OS X you are using.

Feb 16, 2013 6:35 PM in response to alfejoy

The only reason you would need single user mode to do that is if you're using Leopard/Snow Leopard and don't have the install DVD. If that's the case, follow the method in the article here:


http://osxdaily.com/2011/04/25/change-admin-password-mac/


If that doesn't work, try this:


  1. Boot the mac whille pressing Command-S at power on
  2. Type fsck -fy
  3. Type mount -uw /
  4. Type launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
  5. Type dscl . -passwd /Users/username password


replacing username with the username of the account and password with a new password.


6. Reboot.

Feb 18, 2013 12:44 PM in response to alfejoy

It's command + s


mac is comand. Linux/Unix/Terminal is control.


This page will tell you how to get into single user mode.

http://support.apple.com/kb/HT1492


Basically, you hold down the command + s key then powering on your machine. The command key has a little apple symbol on the lower left. It is between the alt/option key and the space bar. On a PC keyboard, it will be the windows key, I think. The boot up will take longer than normal. The filesystem will




--------------------------------------------------------------


You can change the password on an account. ( Do you know Unix. You are in a Unix single user console. ) The setup commands you need should be listed on the screen. For Mac OS 10.4.11, the commands are:


# Type the follow two instructions to access the startup disk in read/write:

# ( in case of partial success repeat this command until errors go away. )

/sbin/fsck -fy

/sbin/mount -uw /


->Start up some utility processes that are needed.

sh /etc/rc


->You will probably need to press the return key once the system stops typing.


->To find out the users on the system type, use the <b>l</b>i<b>s</b>t command. The l is a lower case L:

ls /Users


->One of these accounts will be the administrator.


->Pick one of the users which I'll call a-user-name and type it in this command:

passwd a-user-name

->and enter the new user password. You need six characters.

->You will need to enter your password twice. Your typing will not show up on the screen just

-> press enter when you complete the typing.

->For cryptic information on these commands try:

man ls

man passwd

How to get to Single user mode

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