![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| lsof corrupted output | balajilinks | UNIX for Dummies Questions & Answers | 3 | 07-19-2007 07:22 AM |
| lsof ??? | marc | UNIX for Dummies Questions & Answers | 6 | 06-22-2006 10:57 PM |
| command lsof | pascalbout | AIX | 2 | 02-22-2006 04:56 PM |
| lsof output | skotapal | UNIX for Dummies Questions & Answers | 2 | 01-14-2003 08:12 AM |
| lsof | jacl | Filesystems, Disks and Memory | 1 | 06-11-2002 05:27 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
lsof output
I have a number of open files connecting to the rpcbind process running on HPUX 11.00. Usinf lsof -p rpcbind I am unable to identify the ip addresses of the open files. Example of one below - Any ideas?
rpcbind 19754 root 100u inet 72,0x72 0t0 TCP 79.60.53.40:* (BOUND) |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Exactly what command did you use on HPUX 11.0 ? I do not find anything on lsof.
|
|
#3
|
|||
|
|||
|
lsof is an external utility. check the parameters. I also dont get how files are associated with ip addresses, sockets do. Anyway, see if u can combine it with netstat. BTW what is 79.60.53.40. It seems like ip address to me on 0t0 if with TCP protocol. The asterisk might be an unlisted in /etc/services service (port)
Theodore |
|||
| Google The UNIX and Linux Forums |