<?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: HELP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654878#M46963</link>
    <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Take a look at this guide for more information about fuser command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90681/B2355-90681.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90681/B2355-90681.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Jan 2002 18:22:29 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-01-29T18:22:29Z</dc:date>
    <item>
      <title>HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654873#M46958</link>
      <description>When I issue the command 'fuser /home'&lt;BR /&gt;my output looks like:&lt;BR /&gt;&lt;BR /&gt;# fuser /home&lt;BR /&gt;/home:     6974c    6936c&lt;BR /&gt;&lt;BR /&gt;Can someone explain to me what this output is telling me? What is 6974c and 6936c? how can I trace this back to an app or user?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Tue, 29 Jan 2002 18:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654873#M46958</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-01-29T18:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654874#M46959</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In your case, 6974 and 6936 are process numbers which have the relevant file open.&lt;BR /&gt;&lt;BR /&gt;From 'man fuser' the c indicates that /home is the process's current directory.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 29 Jan 2002 18:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654874#M46959</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-01-29T18:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654875#M46960</link>
      <description>Thanks John.</description>
      <pubDate>Tue, 29 Jan 2002 18:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654875#M46960</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-01-29T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654876#M46961</link>
      <description>Hi,&lt;BR /&gt;Try using fuser -cu /home, it will display the processID and the owner...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 29 Jan 2002 18:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654876#M46961</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2002-01-29T18:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654877#M46962</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;From man fuser:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&lt;BEGIN quote=""&gt;&amp;gt;&lt;BR /&gt;The fuser command lists the process IDs of processes that have each specified file open.  For block special devices, all processes using any file on that device are listed.  The process ID can be followed by a letter, identifying how the file is being used.&lt;BR /&gt;&lt;BR /&gt;c    file is its current directory.&lt;BR /&gt;&lt;BR /&gt;r    file is its root directory, as set up by the chroot command (see chroot(1M)).&lt;BR /&gt;&lt;BR /&gt;o    It has file open.&lt;BR /&gt;&lt;BR /&gt;m    It has file memory mapped.&lt;BR /&gt;&lt;BR /&gt;t    file is its text file.&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&lt;END quote=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;From your post, 2 processes are "using" /home:  6974 and 6936.  ps -ef | grep -e 6974 -e 6936 will show you what that are and who they are running as.&lt;BR /&gt;&lt;BR /&gt;The "c" means the current directory for the processes is /home.&lt;BR /&gt;&lt;BR /&gt;One more item.  fuser returns the pids to stdout and the following character ("c" is this case) to stderr.&lt;BR /&gt;&lt;BR /&gt;Darrell&lt;/END&gt;&lt;/BEGIN&gt;</description>
      <pubDate>Tue, 29 Jan 2002 18:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654877#M46962</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-29T18:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654878#M46963</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Take a look at this guide for more information about fuser command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90681/B2355-90681.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90681/B2355-90681.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2002 18:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654878#M46963</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-29T18:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654879#M46964</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Another great utility is "lsof", which is light years ahead of fuser:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And there are versions for sun:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sunfreeware.com/" target="_blank"&gt;http://www.sunfreeware.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For sun, On the right had side, sel3ect your OS and then a new list appears on the right below it.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 29 Jan 2002 20:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2654879#M46964</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-29T20:07:29Z</dc:date>
    </item>
  </channel>
</rss>

