Linux kernel: Difference between revisions

Sdht0 (talk | contribs)
→‎Configuration: Add info about SysRq
Sdht0 (talk | contribs)
→‎Enable SysRq: reboot key
Line 101: Line 101:
* {{ic|h}}: Print help to the system log.
* {{ic|h}}: Print help to the system log.
* {{ic|f}}: Trigger the kernel oom killer.
* {{ic|f}}: Trigger the kernel oom killer.
* {{ic|s}}: Sync data to disk.
* {{ic|s}}: Sync data to disk before triggering the reset options below.
* {{ic|e}}: SIGTERM all processes except PID 0.
* {{ic|e}}: SIGTERM all processes except PID 0.
* {{ic|i}}: SIGKILL all processes except PID 0.
* {{ic|i}}: SIGKILL all processes except PID 0.
* {{ic|r}}: Reboot the system.


Check {{journalclt}} to see if you are triggering the shortcuts correctly, which might be different for your keyboard, as noted in the Wikipedia page.
Check {{journalclt}} to see if you are triggering the shortcuts correctly, which might be different for your keyboard, as noted in the Wikipedia page.