Search notes:

Shell command: sysctl

Configure or display kernel parameters at run time.
sysctl must not to be confused with systemctl.
sysctl -a | grep kernel.sem

Displaying all currenlty available values

sysctl -A
sysctl -a

See also

/etc/sysctl.conf, /etc/sysctl.d
/proc/sys
Shell commands

Index