Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

proc_sys - Man Page

system information, and sysctl pseudo-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 '\0' or '\n'.

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: 'Ā ', '\t', or '\n'. Using other separators leads to the error EINVAL.

See Also

proc(5)

Referenced By

mmap(2), proc_sys_abi(5), proc_sys_debug(5), proc_sys_dev(5), proc_sys_fs(5), proc_sys_kernel(5), proc_sys_proc(5), proc_sys_sunrpc(5), proc_sys_user(5), proc_sys_vm(5).

2024-06-15 Linux man-pages 6.9.1