Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Show process tree
Show process tree
linux
Display process hierarchy with PIDs
pstree -p
⎘ copy
#linux
#process
#pstree
more linux
all 133 commands →
TCP/IP tuning — backlog
sysctl -w net.core.somaxconn=65535
Show CPU info
lscpu
Find large files
find / -type f -size +100M -exec ls -lh {} \; 2>/dev/null | sort -k5 -rh | head -20
Disk usage per directory
du -sh /* 2>/dev/null | sort -rh | head -15
Check open ports
ss -tlnp