cheat-fork-echo/cheatsheets/lsof
2013-09-01 13:30:44 -04:00

6 lines
106 B
Plaintext

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