can reload sysctl.conf?

Changing settings could disrupt whatever is running. But if you really want to do it,
# service sysctl restart
 
If you mean the sysctl values you had before you changed sysctl.conf: hope you have backups, or try ripping one from an installation CD (though some software/drivers/modules may insert their own sysctl's).
 
Code:
 /etc/rc.d/sysctl restart
sysctl: security.bsd.unprivileged_proc_debug=0 at line 10: Operation not permitted
sysctl: vfs.usermount=1 at line 11: Operation not permitted
 
Back
Top