shutdown
Linux · System · available in the simulator
What it does
Powers off or reboots the system (can be scheduled).
Syntax
shutdown [opciones] hora [mensaje]
Options and parameters
-hHalts and powers off the system.
sudo shutdown -h now-rReboots the system.
sudo shutdown -r +5-cCancels a pending shutdown.
nowExecutes the action immediately.
+Nin N minutes
+mSchedules the action for the specified number of minutes from now.
Usage examples
sudo shutdown -h nowsudo shutdown -r +5sudo shutdown -c