"sysctl" is a tool for examining and changing kernel parameters at runtime. sysctl is implemented in procfs, the virtual process file system at /proc/.
Commands used -
sysctl -a (to view all loaded parameters)
sysctl -p (to load all parameters from /etc/sysctl.conf)
/proc/sys (to temporarily change kernel parameters)