Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks mate, Just what I was looking for. It seemed to be a different way of doing things in Leopard than previous versions. Cheers, Mitch
- thanks, i couldnt remember.
- I did this in Garage band, but if forced me to trip the song to 8 seconds in order to send it to itunes ringtones - any ideas on this? Using the new 3GS.
- Please dont remove this Folder, It occupies only 315 MB and is useful for your Office 2003.... SRIKANTH
- that still wont work and i got no idea about registery could use help
5 years ago
# init 6 - reboots the system
# init 5 - halts the system (turns power off)
# init 0 - sends you to runlevel 0, which is the "ok" prompt (OpenBoot PROM)
# init 1 - sends you to single user mode, useful for installing patches.
5 years ago
shutdown -y -i5 -g0
look up the man page, but the i option specifies run level, the g option grace period in seconds before the shutdown and the y options answer yes to the usual question of are you sure.