skip to content
Alvin Lucillo

Persist linux kernel settings

/ 1 min read

You can change Linux kernel settings via sysctl, but it’s only temporary and reset after a system reboot. To persist the changes, modify the a conf file in /etc/sysctl.d/. To load the the changes in your current session, use sysctl --load.