TLDR
Enter a command. For example: i7z, rofi, whiptail, fprintd list.

shutdown

 
Shutdown and reboot the system. More information: https://manned.org/shutdown.8.
 
  • Power off (halt) immediately:
     
    shutdown -h now
     
  • Reboot immediately:
     
    shutdown -r now
     
  • Reboot in 5 minutes:
     
    shutdown -r +{{5}} &
     
  • Shutdown at 1:00 pm (Uses 24h clock):
     
    shutdown -h 13:00
     
  • Cancel a pending shutdown/reboot operation:
     
    shutdown -c

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.