Etc/sysctl.conf
From FreeBSDwiki
		(Difference between revisions)
		
		
m  | 
		m  | 
		||
| Line 24: | Line 24: | ||
[[etc/sysctl.conf - FreeBSD 6.2]]  | [[etc/sysctl.conf - FreeBSD 6.2]]  | ||
| + | |||
| + | [[Category:Important Config Files]]  | ||
Revision as of 16:14, 10 February 2007
From the sysctl.conf(5) manpage:
NAME
sysctl.conf -- kernel state defaults
DESCRIPTION
    The /etc/sysctl.conf file is read in when the system goes into multi-user
    mode to set default settings for the kernel.  The /etc/sysctl.conf is in
    the format of the sysctl(8) command, i.e.
sysctl_mib=value
    Comments are denoted by a ``# at the beginning of a line.  Comments can
    also exist at the end of a line, as seen in the EXAMPLES section, below.
FILES
/etc/sysctl.conf Initial settings for sysctl(8).
The following is a documentation project for the sysctl attributes on various versions of FreeBSD, starting with 6.2-RELEASE.