BSD Stuff


sysctl.conf

30 August 2006, 01:10

This is my skeleton /etc/sysctl.conf file for my FreeBSD systems

The /etc/sysctl.conf file is read in when the system goes into multi-user mode to set default settings for the kernel.


# cd /etc/
# vim sysctl.conf
#Code
0001hw.snd.pcm0.vchans=4
0002hw.snd.maxautovchans=8
0003hw.snd.unit=1
0004kern.randompid=348
0005net.inet.tcp.blackhole=2
0006net.inet.udp.blackhole=1
0007 

Page 1 of 1