On Fri, 21 Dec 2001, Logu wrote:

> I have modified some parameters in the /etc/sysctl.conf file. How to make
> into effect the changes without rebooting the system.

the sysctl parameters usually have a corresponding file in /proc, where
you can just cat the value,

echo -e "60  64  64  256 500 3000    60  0   0" >/proc/sys/vm/bdflush

or
 sysctl -p

will reload the values from /etc/sysctl.conf or anyother file you specify


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to