Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Show module info
Show module info
linux
Module parameters, version, license, and dependencies
modinfo <module>
⎘ copy
#linux
#kernel
more linux
all 133 commands →
Read/write kernel parameters
sysctl -a | grep vm.swappiness
Apply sysctl parameter
sysctl -w net.ipv4.ip_forward=1
Show kernel boot parameters
cat /proc/cmdline
Count open file descriptors system-wide
cat /proc/sys/fs/file-nr
IO wait and throughput
iostat -xz 2 5