Skip to content
EntityQ3509049· pop 8· linked from 40 articles

sysctl is a software mechanism in some Unix-like operating systems that reads and modifies the attributes of the system kernel such as its version number, maximum limits, and security settings. It is available both as a system call for compiled programs, and an administrator command for interactive use and scripting. Linux additionally exposes sysctl as a virtual file system.

Wikidata facts

Image
Example of sysctl on Linux screenshot.png
Sources (6)

via Wikidata · CC0

~4 min read

Article

6 sections
Contents
  • BSD
  • Linux
  • Examples
  • See also
  • References
  • External links

sysctl is a software mechanism in some Unix-like operating systems that reads and modifies the attributes of the system kernel such as its version number, maximum limits, and security settings. It is available both as a system call for compiled programs, and an administrator command for interactive use and scripting. Linux additionally exposes sysctl as a virtual file system.

==BSD== In BSD, these parameters are generally objects in a management information base (MIB) that describe tunable limits such as the size of a shared memory segment, the number of threads the operating system will use as an NFS client, or the maximum number of processes on the system; or describe, enable or disable behaviors such as IP forwarding, security restrictions on the superuser (the "securelevel"), or debugging output.

Available in 8 languages

via Wikidata sitelinks · CC0

Connections

Categories