Does anyone know where I can find a parameters list of sysctl
for the linux kernel and its explanation?
I've searched for it and have found nothing. I looked in the kernel headers too with the same result.
Does anyone know where I can find a parameters list of sysctl
for the linux kernel and its explanation?
I've searched for it and have found nothing. I looked in the kernel headers too with the same result.
Kernel have documentation:
sysctl
in their names describe specific information.You can get the full list just by running:
$ sysctl -a
What the individual parameters means depends on your exact kernel version, but you can likely find an explanation for any of the interesting ones using Google or @myaut's links.
© 2022 - 2024 — McMap. All rights reserved.