<?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: Finding &amp;quot;hidden&amp;quot; files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754649#M258259</link>
    <description>Hi Abhik,&lt;BR /&gt;&lt;BR /&gt;/abc will not show with ls -l command.&lt;BR /&gt;&lt;BR /&gt;To see the hidden files , you have to use :&lt;BR /&gt;&lt;BR /&gt;#ls -al / or /abc &lt;BR /&gt;#du -ak /abc&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
    <pubDate>Mon, 20 Mar 2006 06:51:08 GMT</pubDate>
    <dc:creator>Asif Sharif</dc:creator>
    <dc:date>2006-03-20T06:51:08Z</dc:date>
    <item>
      <title>Finding "hidden" files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754647#M258257</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;This is probably a strange question, but here goes.&lt;BR /&gt;&lt;BR /&gt;I have a directory under /, say /abc. There are one or more files in this directory. Subsequently, another filesystem is mounted with /abc as the mount point. Naturally, the files which originally existed in /abc will no longer visible using commands like ls and find.&lt;BR /&gt;&lt;BR /&gt;Is there any other way to confirm the existence of these files other than unmonuting the filesystem at that location?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Abhik.</description>
      <pubDate>Mon, 20 Mar 2006 06:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754647#M258257</guid>
      <dc:creator>Abhik Sarkar_2</dc:creator>
      <dc:date>2006-03-20T06:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding "hidden" files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754648#M258258</link>
      <description>Hi Abhik:&lt;BR /&gt;&lt;BR /&gt;Run 'ff' against the overmounted filesystem and grep for the "hidden" filesystem mountpoint in its output.  For example:&lt;BR /&gt;&lt;BR /&gt;# ff -F vxfs /dev/vgXX/lvolN | grep "/abc/"&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 06:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754648#M258258</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-20T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Finding "hidden" files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754649#M258259</link>
      <description>Hi Abhik,&lt;BR /&gt;&lt;BR /&gt;/abc will not show with ls -l command.&lt;BR /&gt;&lt;BR /&gt;To see the hidden files , you have to use :&lt;BR /&gt;&lt;BR /&gt;#ls -al / or /abc &lt;BR /&gt;#du -ak /abc&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Mon, 20 Mar 2006 06:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754649#M258259</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-03-20T06:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Finding "hidden" files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754650#M258260</link>
      <description>James, that was absolutely brilliant! Thanks!&lt;BR /&gt;&lt;BR /&gt;Asif, thanks for your answer. However, I think you misunderstood my question. I am not looking for files which are hidden by virtue of being prefixed with a '.', but rather, for files which exist in a directory which has subsequently become a mount point for another file system...&lt;BR /&gt;&lt;BR /&gt;Here's an example of what I meant and the output of what James said:&lt;BR /&gt;&lt;BR /&gt;igniteSV:root&amp;gt; ls -lat /cdr/dummy.dat&lt;BR /&gt;/cdr/dummy.dat not found&lt;BR /&gt;igniteSV:root&amp;gt; ff -F vxfs /dev/vg00/lvol3 | grep "/cdr/"&lt;BR /&gt;vxfs ff: /dev/vg00/lvol3: 5159 files selected&lt;BR /&gt;./stc/omg/cdr/open      3446&lt;BR /&gt;./stc/omg/cdr/closed    3447&lt;BR /&gt;./stc/omg/cdr/archive   3448&lt;BR /&gt;./cdr/dummy.dat 4253&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 07:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754650#M258260</guid>
      <dc:creator>Abhik Sarkar_2</dc:creator>
      <dc:date>2006-03-20T07:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Finding "hidden" files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754651#M258261</link>
      <description>For those interested in why I asked this question, here's a brief...&lt;BR /&gt;&lt;BR /&gt;We have a customer complaining that their two HP-UX systems show the usage of / at near 90-95% (output of bdf) and yet, "du -akx | sort -nr" doesn't show anything taking up the space.&lt;BR /&gt;&lt;BR /&gt;While hunting on ITRC I came across Steven E. Protter's "hidden file trick" on &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=226255" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=226255&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since these servers are carrying live traffic, I wanted to find without unmounting all filesystems, if there were indeed any "hidden" files, before I brought down the system to delete these files... and boy, did I find a treasure! &lt;BR /&gt;&lt;BR /&gt;So, if possible, I would have assigned points to  Steven E. Protter and  Bill Hassell!!!&lt;BR /&gt;&lt;BR /&gt;Thanks again to all.&lt;BR /&gt;&lt;BR /&gt;Abhik.</description>
      <pubDate>Mon, 20 Mar 2006 07:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-quot-hidden-quot-files/m-p/3754651#M258261</guid>
      <dc:creator>Abhik Sarkar_2</dc:creator>
      <dc:date>2006-03-20T07:35:19Z</dc:date>
    </item>
  </channel>
</rss>

