ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



SYSCTL.CONF(5)              BSD File Formats Manual             SYSCTL.CONF(5)

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.

FILES
     /etc/sysctl.conf  Initial settings for sysctl(8).

EXAMPLES
     To disable coredumps, you may use a configuration like:

           # Disable coredumps.
           kern.coredump=0

SEE ALSO
     sysctl(8)

HISTORY
     The sysctl.conf file appeared in FreeBSD 4.0.

BUGS
     If loadable kernel modules are used to introduce additional kernel functionality and sysctls to manage
     that functionality, sysctl.conf may be processed too early in the boot process to set those sysctls.

BSD                             August 3, 2007                             BSD

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.