Where can I find a technical description of the kernel parameters listed in /proc/sys (ob Linux)?
|
|
||||
|
The directory The various settings are described in the kernel documentation, in This is fairly low-level stuff, so sometimes the documentation isn't completely precise and you'll need to turn to the source. Each sysctl setting usually corresponds to a variable with a resembling name inside the kernel (but this is a convention, not a rule). Many settings are declared in |
||||
|
|
|
The authoritative source of what is in Those links are to a gitweb interface, so you can pick a particular version of Linux that you are interested in. Those links point to current HEAD. |
|||
|
|
/procand/sysbut not/proc/sys(which is confusingly close in name but rather different in use). – Gilles Jun 6 '11 at 23:21