
reboot
List of commands for reboot:
-
reboot:tldr:2462a reboot: Write the wtmp shutdown entry without rebooting the system.$ reboot --wtmp-onlytry on your machineexplain this command
-
reboot:tldr:32b19 reboot: Reboot immediately without contacting the system manager.$ reboot --forcetry on your machineexplain this command
-
reboot:tldr:3957c reboot: Reboot immediately without gracefully shutting down.$ sudo reboot -qtry on your machineexplain this command
-
reboot:tldr:57af6 reboot: Power off the system (same as `poweroff`).$ reboot --powerofftry on your machineexplain this command
-
reboot:tldr:fd4bf reboot: Halt the system (same as `halt`).$ reboot --halttry on your machineexplain this command