<?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 a problem about fuser in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903495#M283389</link>
    <description>I use fuser to find which user has used the derectory.&lt;BR /&gt;fuser -cu /tmp&lt;BR /&gt;but I can not see who has used /tmp/tem1 and&lt;BR /&gt;/tmp/tem2.&lt;BR /&gt;is there any solution?thanks</description>
    <pubDate>Thu, 23 Nov 2006 21:35:17 GMT</pubDate>
    <dc:creator>lin.chen</dc:creator>
    <dc:date>2006-11-23T21:35:17Z</dc:date>
    <item>
      <title>a problem about fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903495#M283389</link>
      <description>I use fuser to find which user has used the derectory.&lt;BR /&gt;fuser -cu /tmp&lt;BR /&gt;but I can not see who has used /tmp/tem1 and&lt;BR /&gt;/tmp/tem2.&lt;BR /&gt;is there any solution?thanks</description>
      <pubDate>Thu, 23 Nov 2006 21:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903495#M283389</guid>
      <dc:creator>lin.chen</dc:creator>
      <dc:date>2006-11-23T21:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903496#M283390</link>
      <description>Directories are busy when someone opens the directory by cd'ing into it. If users are in another directory and open a file with a full pathname such as /tmp/tem1/somefile, then the tem1 directory will not be busy. You will have to investigate each of the files in tem1 or tem2 to see which file(s) are busy.</description>
      <pubDate>Thu, 23 Nov 2006 22:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903496#M283390</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-11-23T22:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903497#M283391</link>
      <description>fuser isn't good at it. lsof +D /dir_name gives all files that are busy under it.</description>
      <pubDate>Thu, 23 Nov 2006 22:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903497#M283391</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-11-23T22:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903498#M283392</link>
      <description>I just want to see all directory in /tmp by fuser command</description>
      <pubDate>Thu, 23 Nov 2006 22:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903498#M283392</guid>
      <dc:creator>lin.chen</dc:creator>
      <dc:date>2006-11-23T22:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903499#M283393</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;did you try?&lt;BR /&gt;&lt;BR /&gt;ll /tmp |grep "drw" &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 24 Nov 2006 00:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903499#M283393</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-11-24T00:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903500#M283394</link>
      <description>A user does not have to be in a file system&lt;BR /&gt;to make it busy, a program can keep a file system busy and even make it so that it cannot be umounted, so "fuser -u /filesystem" comes up blank, in that case you would have to know which program can be doing that and stop it.</description>
      <pubDate>Fri, 24 Nov 2006 12:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903500#M283394</guid>
      <dc:creator>Mark A. Smith</dc:creator>
      <dc:date>2006-11-24T12:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about fuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903501#M283395</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;You should beable to use "fuser -kc" to see what process is holding that directory. What ever PID returns from fuser you should beable to kill that process.</description>
      <pubDate>Fri, 24 Nov 2006 13:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-fuser/m-p/3903501#M283395</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2006-11-24T13:16:37Z</dc:date>
    </item>
  </channel>
</rss>

