Single User Mode Start Up

Joined
Dec 30, 2002
Messages
2,118
Reaction score
23
Points
38
Location
Sunny So Cal
Your Mac's Specs
G5•2x1.8•1.5•320•8x+/-
when starting up in Single User Mode (cmd+S or Shift+cmd+S), i want to be able to start up the system once ive changed my password or what not. is there a command for doing this? as of now i have to logout of single user mode, then log in as my self then log out and log back in as root. i know i could use the terminal for what i am doing in single user mode, but i was just curious..
 
G

gatorparrots

Guest
I assume you mean you want to continue booting the system as you normally would if you had booted in regular multiuser mode. If that is the case, you would issue this command (after doing your manual password changes or fsck maintenance, etc.):
/sbin/mount -wu /"
/etc/rc
/sbin/SystemStarter


This will mount your main boot volume (/) filesystem as read/write, then start necessary system services like networking, NetInfo, etc. (For more about the OS X boot process, see this link: http://developer.apple.com/techpubs/macosx...alization.html)

If you're worried about someone gaining physical access to your Mac and hacking in or causing irreparable damage, I recommend disabling single user mode altogether. More about the security implications can be found here:
http://www.securemac.com/macosxsingleuser.php
 
OP
MacAddikt
Joined
Dec 30, 2002
Messages
2,118
Reaction score
23
Points
38
Location
Sunny So Cal
Your Mac's Specs
G5•2x1.8•1.5•320•8x+/-
thanks. im going to try the password protect program for Single User Mode when i get home tonight.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top