*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> sysctl.conf (5)              
Title
Content
Arch
Section
 

SYSCTL.CONF(5)

Contents


NAME    [Toc]    [Back]

     sysctl.conf -- kernel state defaults

DESCRIPTION    [Toc]    [Back]

     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    [Toc]    [Back]

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

EXAMPLES    [Toc]    [Back]

     To turn off logging of programs that exit due to fatal signals you may
     use a configuration like

	   # Configure logging.
	   kern.logsigexit=0	   # Do not log fatal signal exits (e.g. sig 11)

SEE ALSO    [Toc]    [Back]

      
      
     rc.conf(5), rc(8), sysctl(8)

HISTORY    [Toc]    [Back]

     The sysctl.conf file appeared in FreeBSD 4.0.

BUGS    [Toc]    [Back]

     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.  For example,
 sysctls to manage the linux emulator cannot be set in sysctl.conf if
     the linux emulator is loaded as a module rather than compiled into the
     kernel.


FreeBSD 5.2.1		       December 30, 1999		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
sysctl OpenBSD get or set kernel state
sysctl FreeBSD get or set kernel state
rcS Linux defaults used at boot time
security HP-UX security defaults configuration file
secdef HP-UX security defaults configuration file routines
open_secdef HP-UX security defaults configuration file routines
close_secdef HP-UX security defaults configuration file routines
get_secdef_str HP-UX security defaults configuration file routines
get_secdef_int HP-UX security defaults configuration file routines
appdefpath IRIX supplies a server-specific path for application resource defaults
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service