<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic lsof install and setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634827#M42130</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I just downloaded the lsof gzip file.  I unzipped it and ran swinstall.  No problem.&lt;BR /&gt;My questions are:&lt;BR /&gt;&lt;BR /&gt;Is there any other install / config to be done after the swinstall?&lt;BR /&gt;&lt;BR /&gt;If not, do I just manually add the path to my root PATH variable so I can call the command?&lt;BR /&gt;&lt;BR /&gt;I noticed a man directory with lsof.  How do I "add" this to the rest of the man pages.  I tried a man lsof and it said no manual entry for lsof.&lt;BR /&gt;&lt;BR /&gt;Any other help / advice is much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Dec 2001 18:01:01 GMT</pubDate>
    <dc:creator>Sanjay Tailor</dc:creator>
    <dc:date>2001-12-21T18:01:01Z</dc:date>
    <item>
      <title>lsof install and setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634827#M42130</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I just downloaded the lsof gzip file.  I unzipped it and ran swinstall.  No problem.&lt;BR /&gt;My questions are:&lt;BR /&gt;&lt;BR /&gt;Is there any other install / config to be done after the swinstall?&lt;BR /&gt;&lt;BR /&gt;If not, do I just manually add the path to my root PATH variable so I can call the command?&lt;BR /&gt;&lt;BR /&gt;I noticed a man directory with lsof.  How do I "add" this to the rest of the man pages.  I tried a man lsof and it said no manual entry for lsof.&lt;BR /&gt;&lt;BR /&gt;Any other help / advice is much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Dec 2001 18:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634827#M42130</guid>
      <dc:creator>Sanjay Tailor</dc:creator>
      <dc:date>2001-12-21T18:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: lsof install and setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634828#M42131</link>
      <description>Here is the man page link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/man.html" target="_blank"&gt;http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/man.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The man page probably is not installed. It probaly is in /opt/lsof/man/man8/lsof.8 .&lt;BR /&gt;&lt;BR /&gt;Run nroff -man /opt/lsof/man/man8/lsof.8 | more&lt;BR /&gt;and you should be ok.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know of any other configuration you have to do.  You should be good.&lt;BR /&gt;&lt;BR /&gt;HH,&lt;BR /&gt;C</description>
      <pubDate>Fri, 21 Dec 2001 18:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634828#M42131</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-21T18:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: lsof install and setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634829#M42132</link>
      <description>The easiest thing to for man is in your profile make this change.&lt;BR /&gt;&lt;BR /&gt;MANPATH=$MANPATH:/opt/lsof/man&lt;BR /&gt;&lt;BR /&gt;or you could copy /opt/lsof/man/* /usr/man/man1m.  &lt;BR /&gt;&lt;BR /&gt;Your choice.&lt;BR /&gt;&lt;BR /&gt;Again for the lsof command, either copy or link /sbin/lsof to /opt/lsof/bin.  or add /opt/lsof/bin to your PATH</description>
      <pubDate>Fri, 21 Dec 2001 18:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634829#M42132</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-21T18:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: lsof install and setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634830#M42133</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another way to get the man page is to including it in your MANPATH variable.&lt;BR /&gt;&lt;BR /&gt;export MANPATH=$MANPATH:/opt/lsof/man&lt;BR /&gt;&lt;BR /&gt;wherever the man directory for lsof is.&lt;BR /&gt;&lt;BR /&gt;You can make it permanent by editing /etc/profile and adding this path nex to MANPATH variable.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 21 Dec 2001 18:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-install-and-setup/m-p/2634830#M42133</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-21T18:11:11Z</dc:date>
    </item>
  </channel>
</rss>

