|
Prev: Filtering hrefs in an HTML file with sed.
Next: How to list all active local ports where a server/services islistening?
From: Wolfgang Meister on 16 Jun 2008 14:53 How can I list all local ports where a local server or services is listening? The listing should contain the path and program name of the listening server/service. So I need something like: port=22 /lib/svc/method/sshd port=25 /bin/emailprgm .... port=1049 /ust/local/bin/myserver How can I do this? Wolfgang |