Having run a command such as: -
$ netstat aon
or: -
$ netstat -nlp
to see that something is listening on port 80, it's then useful to see what the process actually is: -
$ lsof -i :80
or: -
$ lsof -i tcp:80
will show you the way to go.
lsof is an immensely useful command, as blogged here.
Perhaps I should use this as a future tip if I'm ever invited back to @ThisWeekInLotus.
No comments:
Post a Comment