Check running Linux's kernel configs

You can check under /boot, but sometimes there is nothing. Then you can get it from /proc/config.gz:

cat /proc/config.gz | gunzip > running.config

or

zcat /proc/config.gz > running.config

or

zgrep CONFIG_PROC_EVENTS= /proc/config.gz

or

zless /proc/config.gz

Recommended Posts

Check running Linux's kernel configs
Check Linux kernel version
Semi-definite matrix check of convolution kernel