*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sysctl.conf | Section: 5 | Source: NetBSD | File: sysctl.conf.5
SYSCTL.CONF(5) FreeBSD File Formats Manual SYSCTL.CONF(5) NAME sysctl.conf - sysctl configuration file SYNOPSIS sysctl.conf DESCRIPTION The sysctl.conf file defines the sysctl(7) kernel state tunables that can be set at boot time using sysctl(8) (using the -f switch) via the /etc/rc.d/sysctl startup script. The state to be set is described using a "Management Information Base" ("MIB") style name. The MIB and value must be separated by `=' with no whitespace, for example: name=value Blank lines, lines with just name, and comments (beginning with `#') are ignored. Line continuations using backslash `\' are permitted. Only integral and string values can be set. FILES /etc/sysctl.conf The file sysctl.conf resides in /etc. EXAMPLES The following is an example /etc/sysctl.conf file: # Change max open files kern.maxfiles=1792 # Run Veriexec in IDS mode kern.veriexec.strict=1 # Enable IP packet forwarding net.inet.ip.forwarding=1 SEE ALSO sysctl(3), rc.conf(5), sysctl(7), sysctl(8) HISTORY Support for sysctl.conf first appeared in NetBSD 1.5. FreeBSD 14.1-RELEASE-p8 October 4, 2007 FreeBSD 14.1-RELEASE-p8

Navigation Options