PDA

View Full Version : What different tuning from kernel, sysctl.conf, rc.conf and loader.conf?


darkstar
November 24th, 2008, 08:19
Dear All,

Can anybody expalain to me about it?

I'm sorry if my english bad.:(

Thank you.

vermaden
November 24th, 2008, 08:36
rc.conf --> enable/disable system services and daemons
loader.conf --> tunables that can be set ONLY at boot and NOT LATER
sysctl.conf --> tunables that can be set anytime

RudiK
November 24th, 2008, 11:42
Some (but not all) sysctls can be set any time but doesn't sysctl.conf only get read at boot?

kamikaze
November 24th, 2008, 11:48
Yes it does, but later than loader.conf. The main purpose of loader.conf is to load kernel modules.