sysctl is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/. Procfs is required for sysctl support in Linux. You can use sysctl to both read and write sysctl data.
Van néhány szokásos beállítás, amely ide kerülhet (Debian és openSUSE is): /etc/sysctl.d/99-sysctl.conf
vm.swappiness=10
fs.inotiy.max_user_watches=262144
Így frissíthetjük a kernelparamétereket:
# sysctl -p
Így listázhatunk minden beállítást:
# sysctl --all