/*All examples require military time*/
/*Shut down immediately */
shutdown
/* Shut down and then reboot at 3:15pm */
shutdown -r 17:15
/* Shut down and reboot with a 15 minute delay */
shutdown -r +15
/* Shut down at a specifc and reboot at a specific time - Shutdown at 6pm and reboot at 6am*/
shutdown -h 18:00 -r 06:00
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.