<?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 files with processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948174#M115296</link>
    <description>I know there is a command to list a file that has all the processes that are running against it.  I'll be darned if I can remember, can someone help me out please ??&lt;BR /&gt;&lt;BR /&gt;Jay</description>
    <pubDate>Thu, 10 Apr 2003 11:32:33 GMT</pubDate>
    <dc:creator>Jay Cantwell</dc:creator>
    <dc:date>2003-04-10T11:32:33Z</dc:date>
    <item>
      <title>files with processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948174#M115296</link>
      <description>I know there is a command to list a file that has all the processes that are running against it.  I'll be darned if I can remember, can someone help me out please ??&lt;BR /&gt;&lt;BR /&gt;Jay</description>
      <pubDate>Thu, 10 Apr 2003 11:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948174#M115296</guid>
      <dc:creator>Jay Cantwell</dc:creator>
      <dc:date>2003-04-10T11:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: files with processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948175#M115297</link>
      <description>Jay -- The command you are looking for is "fuser".&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Apr 2003 11:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948175#M115297</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-04-10T11:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: files with processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948176#M115298</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;lsof&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 10 Apr 2003 11:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948176#M115298</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-10T11:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: files with processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948177#M115299</link>
      <description>fuser works against mounted filesystems. It will only show processes against filesystems shown on a bdf display.&lt;BR /&gt;&lt;BR /&gt;lsof is an "unsupported" add in that you download and install yourself.  I just went and got and compiled myself a version last week. It seems quite interesting.&lt;BR /&gt;&lt;BR /&gt;Here is where to download it.  The depot version did not work for me. 11.11, so I went with the source code.&lt;BR /&gt;&lt;BR /&gt;When the web site comes back up.&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;search for lsof&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 10 Apr 2003 11:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948177#M115299</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-10T11:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: files with processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948178#M115300</link>
      <description>adding a site for 11.11 depot&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/B.11.11/" target="_blank"&gt;http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/B.11.11/&lt;/A&gt;</description>
      <pubDate>Thu, 10 Apr 2003 11:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948178#M115300</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-10T11:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: files with processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948179#M115301</link>
      <description>Jay:&lt;BR /&gt;&lt;BR /&gt;lsof is the command but like everyone mentioned you will have to download it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
      <pubDate>Thu, 10 Apr 2003 11:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-with-processes/m-p/2948179#M115301</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-04-10T11:44:08Z</dc:date>
    </item>
  </channel>
</rss>

