pavement

Etc/sysctl.conf

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
m
m (Reverted edits by 203.143.31.197 (Talk); changed back to last version by DrkShdw)
 
(2 intermediate revisions by one user not shown)
Line 24: Line 24:
  
 
[[etc/sysctl.conf - FreeBSD 6.2]]
 
[[etc/sysctl.conf - FreeBSD 6.2]]
 +
 +
[[Category:Important Config Files|Sysctl.conf]]

Latest revision as of 19:45, 28 October 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.

etc/sysctl.conf - FreeBSD 6.2

Personal tools