cheat-fork-echo/cheatsheets/lsof
Özgür Özdemircili 6abab41aa6 New lsof cheat
2013-08-30 12:16:48 +02:00

5 lines
105 B
Plaintext

# To find listening ports:
lsof -Pnl +M -i4
# To find which program is using the port 80:
lsof -i TCP:80