|
|

楼主 |
发表于 2007-5-11 10:43:34
|
显示全部楼层
to make the changes permanent, add the following line to /etc/sysctl.conf:
kernel.core_pattern = core.%e.%p
sysctl is a similar tool to ulimit: It allows to configure kernel parameters at runtime. If you wish to keep settings persistent across reboots you should edit /etc/sysctl.conf - be aware that wrong settings may break things in unforeseen ways. |
|