Finding a program using a certain port
From AdminWiki
(Redirected from Find a program using a certain port)
- With lsof:
lsof -iUDP:53 lsof -iTCP:80
- With netstat:
netstat -tnap netstat -unap
Category:Lsof Category:Shell Category:Network Category:Snippet Category:Debugging