shutdown

Verified for current stable LTS

Shutdown Commands

Shutdown command syntax with verified terminal examples.

Commands

19 commands for Shutdown

shutdown

Shutdown Command: Abort Shutdown Sequence

shutdown /a
shutdown

Shutdown Command: Cancel Pending Shutdown Linux

shutdown -c
shutdown

Shutdown Command: Hibernate Current Machine

shutdown /h
shutdown

Shutdown Command: Log Off Current Machine

shutdown /l
shutdown

Shutdown Command: Power Off At Specific Time Osx

shutdown -h <1300>
shutdown

Shutdown Command: Power Off Immediately Linux

shutdown -h now
shutdown

Shutdown Command: Power Off Immediately Osx

shutdown -h now
shutdown

Shutdown Command: Reboot After 5 Minutes Linux

shutdown -r +<5> &
shutdown

Shutdown Command: Reboot At Specific Date Time Osx

shutdown -r <4205101130>
shutdown

Shutdown Command: Reboot Immediately Linux

shutdown -r now
shutdown

Shutdown Command: Reboot Immediately Osx

shutdown -r now
shutdown

Shutdown Command: Reboot In Time Osx

shutdown -r "+<5>"
shutdown

Shutdown Command: Restart Current Machine Immediately

shutdown /r /t 0
shutdown

Shutdown Command: Shutdown At Specific Time Linux

shutdown -h 13:00
shutdown

Shutdown Command: Shutdown Current Machine

shutdown /s
shutdown

Shutdown Command: Shutdown Current Machine Force Close Apps

shutdown /s /f
shutdown

Shutdown Command: Shutdown Remote Machine

shutdown /m <\hostname>
shutdown

Shutdown Command: Shutdown With Timeout

shutdown /s /t <8>
shutdown

Shutdown Command: Sleep Immediately Osx

shutdown -s now

Suggest a Shutdown Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Shutdown workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.