Home     Blog

How to Boot Mac OS X in Single User Mode

Note: Mac OS X is based on BSD Unix, not on System V Unix, so it does not have init states. If you wish to leave single user mode, you must reboot.

  1. Start or restart your Mac.
  2. Hold down the Command (Open Apple)-S keys.how do i boot mac os x in single user mode How to Boot Mac OS X in Single User Mode
VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Comments (1)

 

  1. Ambrose Carracho says:

    It is possible to continue directly to the GUI interface from Single User mode without a restart. Doing so is invoked by exiting the shell using any of the standard UNIX methods–issuing an ‘exit’ command, typing control-D, and so on (exception: don’t use the .rcboot shell script, as it has been deprecated). You will then be taken to the standard GIU login page.

    This method of getting to the GUI portion of the OS is of limited value for everyday use, however, as OS X will subsequently operate under the restrictions of the “Safe Mode” environment What is Safe Mode? until the system is restarted.

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)

Leave a Reply

Related Posts

  • How to find a Unix command

    Unix provides hundreds of useful commands for all sorts of purposes, but it is sometimes difficult to find the specific command you are looking for. To assist you with this task, most versions of Unix provide the `man -k` command. The `man -k` command searches the online manual pages to help you find the Unix [...]...


  • How to Recover a Boot Record in XP

    The boot record stores the first bits of software that the system executes once the BIOS hands control of the computer over to software. The boot record stores instructions used to start Windows XP. Each drive partition can store a boot record. Damage to a boot record may be caused by a hardware error, software [...]...


  • MBR (Master Boot Record)

    The MBR is the Master Boot Record. The MBR is a small program which runs whenever a computer boots up. The MBR is stored in the first sector of the boot disk. The boot disk may be a hard drive, a floppy drive, or even a CD or DVD drive. The Task of the MBR [...]...


  • How to Use the Unix Grep Command

    The Unix grep command is a search command built into a variety of Unix based operating systems. This command line utility, whose name stems from the original Unix term which means “search globally for lines matching the regular expression, and print them,” can be accessed using the command line or terminal from anywhere in the [...]...


  • How to Use the Unix Sort Command

    The Unix sort command is a command for the Unix family of operating systems. It is designed to sort whatever information you give it. The command can be used for a variety of purposes, but it is most frequently employed when there are a number of different files which need to be ordered in some [...]...