netstat in linux has the -p option for listing the
program/application/PID that is using a port. You can't list open
ports like that in HP-UX, but you can use the lsof command to list
them:
# lsof -i tcp:200
My random tech problems and chicken scratching for notes on what I did to solve them.
No comments:
Post a Comment