Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
lsof
/
List all network connections
List all network connections
lsof
Show all open network connections without DNS resolution
lsof -i -n -P
⎘ copy
#lsof
#linux
#network
more lsof
all 19 commands →
Find open files on a filesystem
lsof +D /var/log
Find deleted files still held open
lsof | grep '(deleted)'
ss: show listening sockets
ss -tlnp
ss: show all TCP connections
ss -tanp | grep ESTAB
ss: show UDP sockets
ss -ulnp