Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [sysrq]

The tag has no usage guidance.

22 votes
2 answers
11k views

How to check which SysRq functions are enabled?

The file /proc/sys/kernel/sysrq contains a single number, such as: 1 (enable all SysRq commands), 0 (disable all), or a base-10 positive integer which functions as a binary bitmask, enabling a subset ...
user001's user avatar
  • 3,714