<?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: Missing files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127403#M449060</link>
    <description>Hi Prashant Wagh &lt;BR /&gt;&lt;BR /&gt;I think you miss the question.&lt;BR /&gt;&lt;BR /&gt;Someone deleted the files, and i want a list of all files including the deleted files before this happens.&lt;BR /&gt;&lt;BR /&gt;I think this is not possivel, but never know ;)&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
    <pubDate>Mon, 01 Sep 2008 13:55:09 GMT</pubDate>
    <dc:creator>nightwich</dc:creator>
    <dc:date>2008-09-01T13:55:09Z</dc:date>
    <item>
      <title>Missing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127400#M449057</link>
      <description>I&lt;BR /&gt;&lt;BR /&gt;I think no, but i put for your consideration the question.&lt;BR /&gt;Is there anyway to list the files in the file system before they get deleted. There are some missing files and i want to get a list of the files that were in file system before they get deleted.&lt;BR /&gt;&lt;BR /&gt;Any sugestion :)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 01 Sep 2008 13:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127400#M449057</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-09-01T13:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127401#M449058</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Essentially, no.  Some help might be offered if the files in question were catalogsd in the IPD (Installed Product Database) as a consequence of being managed by 'swinstall'.  THen:&lt;BR /&gt;&lt;BR /&gt;# severify -F \*&lt;BR /&gt;&lt;BR /&gt;...will offer information for those, only.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 01 Sep 2008 13:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127401#M449058</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-01T13:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127402#M449059</link>
      <description>Hi nightwich,&lt;BR /&gt;&lt;BR /&gt;Suppose I have a file system /var/mar. i want to list all files before deleting.Use below command&lt;BR /&gt;cd /var/mar; find ./ | xargs ls -ld &amp;gt; /temp/mar.bak&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 01 Sep 2008 13:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127402#M449059</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-09-01T13:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127403#M449060</link>
      <description>Hi Prashant Wagh &lt;BR /&gt;&lt;BR /&gt;I think you miss the question.&lt;BR /&gt;&lt;BR /&gt;Someone deleted the files, and i want a list of all files including the deleted files before this happens.&lt;BR /&gt;&lt;BR /&gt;I think this is not possivel, but never know ;)&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 01 Sep 2008 13:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127403#M449060</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-09-01T13:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127404#M449061</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Only option is u can check the from backup which is taken on that day.there is no way to check the files after deleting. Its not like window we can restore from recycle bin&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 01 Sep 2008 14:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127404#M449061</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-09-01T14:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127405#M449062</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Sorry, a typo: the command should have been:&lt;BR /&gt;&lt;BR /&gt;# swverify \*&lt;BR /&gt;&lt;BR /&gt;Note the spelling correction.  You also don't need the '-F' switch since there is nothing to "fix".  All you can do is report.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 01 Sep 2008 14:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127405#M449062</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-01T14:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127406#M449063</link>
      <description>Yes, you are right. No way to list those file here.&lt;BR /&gt;&lt;BR /&gt;Backup comparison can be carried here.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Sep 2008 14:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127406#M449063</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-09-01T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127407#M449064</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks all by the reply.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 01 Sep 2008 14:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-files/m-p/5127407#M449064</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-09-01T14:17:47Z</dc:date>
    </item>
  </channel>
</rss>

