logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Shutdown System - Control System Power States | Online Free DevTools by Hexmos

Control system power states with Shutdown. Reboot, halt, or schedule shutdowns easily using command-line. Free online tool, no registration required. Command-line utilities

shutdown

Shutdown and reboot the system. More information: https://manned.org/shutdown.8.

  • Power off ([h]alt) immediately:

shutdown -h now

  • Reboot immediately:

shutdown {{[-r|--reboot]}} now

  • Reboot in 5 minutes:

shutdown {{[-r|--reboot]}} +{{5}} &

  • Shutdown at 1:00 pm (Uses 24h clock):

shutdown -h 13:00

  • Cancel a pending shutdown/reboot operation:

shutdown -c

See Also