1833700 Members
3568 Online
110062 Solutions
New Discussion

Re: lsof

 
Zvi Kamer
Occasional Contributor

lsof

Hello,

I'm urgently looking for lsof utility
for HPUX11.00, 9000/889.

Best Regards
-zvi
8 REPLIES 8
Yogeeraj_1
Honored Contributor

Re: lsof

try:

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.73/
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: lsof

hi again,

note that you will have to build it from the Tarred/Gzipped Source Code

since only HP-UX 11i v2 and HP-UX 11i v1 depots are available there.

regards
Yogeeraj

No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Zvi Kamer
Occasional Contributor

Re: lsof

Hi,

I've downloaded the gz file. It seem to be
spoiled - Can't gunzip refuses to unzip it.

Is there another place/pointer ?

Thanks
-zvi

Pete Randall
Outstanding Contributor

Re: lsof

I just downloaded and gunzipped from the link I gave without problem. Did you try that one?


Pete

Pete
Zvi Kamer
Occasional Contributor

Re: lsof

O.K I got it.

I've downloaded http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.00/64/9000_785/lsof_4.73.gz

----> It is not a gzip file.

After copying the file to the unix machine
all I did was chmod +x and it executed.

Thanks a lot for the help
-zvi
Pete Randall
Outstanding Contributor

Re: lsof

That's interesting! My gunzip processed it without complaint but as long as you've got what you needed . . . .


Pete

Pete
Jannik
Honored Contributor

Re: lsof

-rw-r--r-- 1 jto users 94942 Jan 13 15:25 lsof_4.73.gz
$ gzip -d lsof_4.73.gz

-rw-r--r-- 1 jto users 204272 Jan 13 15:25 lsof_4.73

and then chmod 755 lsof_4.73

your windows box prob. did a auto gzip or something like it :-).
jaton