Operating System - HP-UX
1834009 Members
3366 Online
110063 Solutions
New Discussion

Re: how to get list of all open files on HP-UX 10.20?

 
Jeff Klein
Occasional Contributor

how to get list of all open files on HP-UX 10.20?

Although glance will provide me with a list of open files for individual processes, is there a way to get a list of all open files on HP-UX 10.20? Thanks in advance.
2 REPLIES 2
Helen French
Honored Contributor

Re: how to get list of all open files on HP-UX 10.20?

Did you try using 'lsof' ? Download it from HP porting centre. That will help you.
Life is a promise, fulfill it!
Christopher Caldwell
Honored Contributor

Re: how to get list of all open files on HP-UX 10.20?

Get lsof

ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/

The old 10.20 binaries don't appear on the porting archive http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.64/ anymore (though I didn't probe too deeply).

lsof is generally a straight forward compile with an ANSI C compiler.