sysctl
must not to be confused with systemctl
. sysctl -a | grep kernel.sem
sysctl -A sysctl -a
sysctl kernel.panic_on_oops 1
# sysctl abc.def sysctl: cannot stat /proc/sys/abc/def: No such file or directory # sysctl kernel.hostname kernel.hostname = Jupiter2 # cat /proc/sys/kernel/hostname Jupiter2