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 -h 5 -g 60 -y
That will shut it down cleanly and power it off.
"shutdown" includes sync and all that graceful fun stuff.
Sincerely
Craig Fourie
4 years ago
can't reboot my E450, sure i'm root . But any of these init 6, reboot, or halt commands returns me (after some seconds) to the shell prompt.
any idea? thx. Troy
6 months ago
/sbin/uadmin 2 0
That will shutdown the node without the execution of the init kill scripts...
btw what version of solaris / kernal patch level are your using?
4 years ago