S
S
sevmax2012-02-29 22:35:00
linux
sevmax, 2012-02-29 22:35:00

Description of sysctl?

Is there a complete description of sysctl options online?
Google gives only articles with descriptions of some parameters.
PS There are recommendations for changing the parameters. Before using them, I would like to find a detailed description and delve into the essence.
OS - RHEL6
Thanks

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
livinger, 2012-02-29
@liveder

it is very different everywhere
IMHO simpler
sysctl -a|grep about_what_needs first of
all, you need to set the task of what needs to be changed
and not “to change this ....”

P
Power, 2012-03-01
@Power

There man 5 procare descriptions for at least some (see files beginning with /proc/sys/). There are also links to other man pages in the descriptions.

E
egorinsk, 2012-03-01
@egorinsk

The sysctl manual (at least in lamp debian) says:
> sysctl is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/
> Procfs is required for sysctl support in Linux.
That is, sysctl keys on Linux correspond to files in /proc/sys (which, by the way, makes me happy). And in FreeBSD, sysctl uses the sysctl system call of the same name. Thus, you can see the list of keys in linux by doing find /proc/sys -type f (or not? correct if wrong)
And then we look at man proc, there is a (shorter) description of some parameters. You can see for example here: tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html
The rest of the parameters that are in /proc/sys, but not in the documentation, are probably easiest to google.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question