User Rating: / 0
PoorBest 

Bookmark and Share

If you are new to Unixmen, you may want to subscribe :

The process of shutting down a Solaris system is critical. Using the init program to restart a system causes Solaris to perform a sequence of steps to shutdown services gracefully. The reboot command bypasses the runtime control scripts and can compromise data integrity. The sync commands synchronize the filesystem, flushing buffered data to disk.

To Shutdown

The best command to shutdown is this, executed as root:

shutdown -y -i5 -g0

You can also use an older command :

sync;sync;init 5

You can even use:

poweroff

To Reboot

If you are trying to reboot the system as opposed to turning it off, you could use:

shutdown -y -i6 -g0

Or:

sync;sync;init 6

Or even:

reboot

 


If you are here for the first time, you may want to subscribe to our rss feed or to follow us on Twitter. Thanks for visiting.


Related Articles By Tags :


Related Articles By Tags:

Comments (0)
Write comment
Your Contact Details:
Gravatar enabled
Comment:
[b] [i] [u] [s] [url] [quote] [code] [img]   
:D:):(:0:shock::confused:8):lol::x:P:oops::cry:
:evil::twisted::roll::wink::!::?::idea::arrow: