TLDR
Enter a command. For example: pacman key, gsettings, light.

kexec

 
Directly reboot into a new kernel. More information: https://manned.org/kexec.
 
  • Load a new kernel:
     
    kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --command-line={{arguments}}
     
  • Load a new kernel with current boot parameters:
     
    kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --reuse-cmdline
     
  • Execute a currently loaded kernel:
     
    kexec -e
     
  • Unload current kexec target kernel:
     
    kexec -u

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.