Make changes to sysctl.conf take effect without rebooting Linux?
Apply sysctl.conf Changes Without Rebooting When you modify /etc/sysctl.conf, the changes take effect on the next reboot. To apply them immediately without rebooting, use the sysctl -p command: sudo sysctl -p This reads the configuration file and applies all settings to the running kernel. Reloading Specific Configuration Files By default, sysctl -p reads from /etc/sysctl.conf….