<?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 Re: open processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206383#M325529</link>
    <description>Hi Nyck,&lt;BR /&gt;&lt;BR /&gt;fuser or lsof should be able to list open files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.80/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.80/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Wed, 28 May 2008 13:39:49 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2008-05-28T13:39:49Z</dc:date>
    <item>
      <title>open processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206382#M325528</link>
      <description>I have a file system called /proj and under that file system I have a directory called nick that I wish to remove. When attempting to do so it comes back with open files witing this nick directory. So can someone remind me of the command that will allow me to list the processes that are running in this nick directory so that I can kill em off and remove it?&lt;BR /&gt;&lt;BR /&gt;I was sure it was fuser but that just seems to work for file systems!</description>
      <pubDate>Wed, 28 May 2008 13:33:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206382#M325528</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-05-28T13:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: open processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206383#M325529</link>
      <description>Hi Nyck,&lt;BR /&gt;&lt;BR /&gt;fuser or lsof should be able to list open files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.80/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.80/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 28 May 2008 13:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206383#M325529</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-05-28T13:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: open processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206384#M325530</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;While 'fuser -c' against a mountpoint will generally work, 'lsof' (available from the HP-UX Porting center) is a far better choice for finding open files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.80/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.80/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 May 2008 13:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206384#M325530</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-28T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: open processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206385#M325531</link>
      <description>fuser /proj/nick&lt;BR /&gt;&lt;BR /&gt;Then you can kill the process that is holding it open.</description>
      <pubDate>Wed, 28 May 2008 13:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206385#M325531</guid>
      <dc:creator>Craig A. Sharp</dc:creator>
      <dc:date>2008-05-28T13:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: open processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206386#M325532</link>
      <description>I tried fuser /proj/nick and it came back with nothing. So i will try the lsof route.&lt;BR /&gt;&lt;BR /&gt;I'm sure I have used fuser on directories before but I could be wrong.</description>
      <pubDate>Thu, 29 May 2008 07:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206386#M325532</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-05-29T07:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: open processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206387#M325533</link>
      <description>&amp;gt;I'm sure I have used fuser on directories before but I could be wrong.&lt;BR /&gt;&lt;BR /&gt;Some times fuser works but lsof is better.</description>
      <pubDate>Thu, 29 May 2008 08:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-processes/m-p/4206387#M325533</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-29T08:23:28Z</dc:date>
    </item>
  </channel>
</rss>

