How do I check if a port is open on AIX?
How do I check if a port is open on AIX? UNIX: How to check what process is using a port on AIX #ps -aef |grep 8080. #netstat -Aan |grep 8080. #ps -aef |grep 4325554. spirent11#kill 4128992. spirent11#netstat -an |grep 8080. spirent11#ps -aef |grep 4325554. How do I check if Read more…