Thursday, September 5, 2013

Shutdown Command Examples in Linux


Shutdown Command Examples in Linux

Shutdown Command Examples in Linux

Shutdown the system and turn the power off immediately.
# shutdown -h now


Shutdown the system after 10 minutes.
# shutdown -h +10

Reboot the system using shutdown command.
# shutdown -r now


Force the file system check during reboot.
# shutdown -Fr now

Shutdown Command Examples in Linux


No comments:

Post a Comment

Linux Tips and tricks,Online Linux Helpers