Shutdown Linux Command Examples
Shutdown the system and turn the power off immediately.# shutdown -h nowShutdown the system after 10 minutes.# shutdown -h +10Reboot the system using shutdown command.# shutdown -r nowForce the filesystem check during reboot.# shutdown -Fr now
Shutdown Linux Command Examples

No comments:
Post a Comment