Linux parameters sysctl list of the Linux kernel and its explanation [closed]
Asked Answered
D

2

9

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.

Dufour answered 22/4, 2015 at 13:15 Comment(0)
L
9

Kernel have documentation:

Lamprophyre answered 22/4, 2015 at 13:47 Comment(0)
A
8

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.

Ascidian answered 22/4, 2015 at 13:48 Comment(2)
I believe the question was about where to find those values in kernel sources.Aframe
I thought that this parameters had especfied in kernel documentation, but I never found it. Thank you very much to all !! :-)Dufour

© 2022 - 2024 — McMap. All rights reserved.