LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

reboot

Restart the operating system

TLDR

Reboot the system
$ reboot
copy
Power off the system
$ reboot --poweroff
copy
Halt the system without powering off
$ reboot --halt
copy
Force immediate reboot without init
$ reboot --force
copy
Write wtmp entry only without rebooting
$ reboot --wtmp-only
copy
Reboot without wall message
$ reboot --no-wall
copy

SYNOPSIS

reboot [OPTIONS...]

DESCRIPTION

reboot restarts the machine. It communicates with the system manager (systemd) to perform the reboot. The command accepts the same options as the related poweroff and halt commands.

PARAMETERS

--halt

Halt the machine instead of rebooting
-p, --poweroff
Power off the machine instead of rebooting
--reboot
Reboot the machine (default action)
-f, --force
Force immediate reboot without contacting the init system
-w, --wtmp-only
Only write the wtmp shutdown entry, do not actually reboot
-d, --no-wtmp
Do not write a wtmp shutdown entry
-n, --no-sync
Do not sync hard disks before reboot
--no-wall
Do not send wall message before reboot

INSTALL

sudo apt install runit-init
copy

CAVEATS

Using --force bypasses the init system and may result in data loss if filesystems are not properly synced. The systemctl command provides equivalent functionality with additional features.

HISTORY

reboot has been available since early Unix systems. On modern systemd-based systems, it is typically a symlink to systemctl.

SEE ALSO

poweroff(8), halt(8), systemctl(1), shutdown(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid