September 2009
Beginner
942 pages
85h 34m
English
sysctl
sysctl [options] [key]
System administration command. Examine or modify kernel parameters at runtime using the /proc/sys filesystem. While many of these kernel keys can be altered by other utilities, sysctl provides a single interface to kernel settings.
Display all available values.
Ignore requests for unknown keys.
Print values only, no keynames.
Print keynames only.
Reset keys from information specified in /etc/sysctl.conf, or the specified file.
When setting values, don’t print the values to stdout.
Write a new value to the specified key.
Read now
Unlock full access