#sysctl -p
Reload all sysctl variables without reboot
Reload all defined kernel variables from
/etc/sysctl.conf(if no parameter after -p is given) without the old myth
"Ah, you'll need to reboot to apply those variables"...
Alternatives
There are 13 alternatives - vote for the best!
#sysctl --system
Use `sysctl -p` without argument will only load
/etc/sysctl.conf, but user configs always put in /etc/sysctl.d/*.conf,
`sysctl --system` will load all the config files
No comments:
Post a Comment