UNIX Programming, Certification, System Administration, Performance Tuning Reference Books
Shutting down and rebooting a Digital server

/usr/sbin/shutdown [-bfhknr] time [warning-message ...]

Where
-h = halt

-r = reboot

time = If equal to the word now will shutdown immediately

i.e shutdown -h now will shutdown the server immediately
 

Return to : Unix System Administration Hints and Tips