Monday, January 25, 2016

Reload all sysctl variables without reboot

Terminal - Reload all sysctl variables without reboot
#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!
Terminal - Alternatives
#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

Know a better way?

If you can do better, submit your command here.

No comments:

Post a Comment