Linux

How changes to kernel runtime parameters persist? (applied even after reboot to the system for example)

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

There is a service called systemd-sysctl that takes the content of /etc/sysctl.conf and applies it. This is how changes persist, even after reboot, when they are written in /etc/sysctl.conf