www.LinuxHowtos.org





proc_sys

Section: File Formats (5)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

/proc/sys/ - system information, and sysctl pseud-filesystem  

DESCRIPTION

/proc/sys/
This directory (present since Linux 1.3.57) contains a number of files and subdirectories corresponding to kernel variables. These variables can be read and in some cases modified using the /proc filesystem, and the (deprecated) sysctl(2) system call.
String values may be terminated by either [aq][rs]0[aq] or [aq][rs]n[aq].
Integer and long values may be written either in decimal or in hexadecimal notation (e.g., 0x3FFF). When writing multiple integer or long values, these may be separated by any of the following whitespace characters: [aq] [aq], [aq][rs]t[aq], or [aq][rs]n[aq]. Using other separators leads to the error EINVAL.
See also:
proc_sys_abi(5)
proc_sys_debug(5) proc_sys_dev(5) proc_sys_fs(5) proc_sys_kernel(5) proc_sys_net(5) proc_sys_net_ipv4(5) proc_sys_proc(5) proc_sys_sunrpc(5) proc_sys_user(5) proc_sys_vm(5)
 

SEE ALSO

proc(5)


 

Index

NAME
DESCRIPTION
SEE ALSO