TLDR
Enter a command. For example: pridecat, wtf, foreman, lvreduce.

reboot

 
Reboot the system. More information: https://www.man7.org/linux/man-pages/man8/reboot.8.html.
 
  • Reboot the system:
     
    reboot
     
  • Power off the system (same as poweroff):
     
    reboot --poweroff
     
  • Halt the system (same as halt):
     
    reboot --halt
     
  • Reboot immediately without contacting the system manager:
     
    reboot --force --force
     
  • Write the wtmp shutdown entry without rebooting the system:
     
    reboot --wtmp-only

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.