we2aresame
Technical User
I used free software lsof on AIX 4.3. to list the ports and which services using that port.
For example:
# /usr/local/bin/lsof -P -i
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
syslogd 3406 root 4u IPv4 0x70057500 0t0 UDP *:514
So port 514 is used by syslogd
However, I couldn't find lsof for AIX5.1.
Can anybody tell me which command that has the similar function as lsof on AIX 5.1? Thanks.
For example:
# /usr/local/bin/lsof -P -i
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
syslogd 3406 root 4u IPv4 0x70057500 0t0 UDP *:514
So port 514 is used by syslogd
However, I couldn't find lsof for AIX5.1.
Can anybody tell me which command that has the similar function as lsof on AIX 5.1? Thanks.