Yulianto is Piyut

Sekedar Celotehan dan Ungkapan Perasaan

Archive for September 7th, 2007

lsof

Posted by piyut on Friday, September 7, 2007

Get the source of lsof fromĀ  http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.78/

To install, run command swinstall -s $PWD/lsof-4.78-hppa-11.11.depot \*, the insallation file will be put at /usr/local

To display just the lsof output lines with file locks run the following:

/opt/lsof/bin/lsof | awk ‘match(“NrRwWuUx”,substr($0,31,1))’

Posted in HP-UX | Leave a Comment »