<?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: File delete (erase) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325476#M341247</link>
    <description>Tell exactly (giving actual commands) of what happened. Then, we may be able to help you out.&lt;BR /&gt;&lt;BR /&gt;There is no magical deletion reported on HP UX till now! :)&lt;BR /&gt;&lt;BR /&gt;So, either someone/script deleted it behind your back. Or you mounted another file system on that directory, which makes the existing files before mount 'invisible', not 'deleted'.</description>
    <pubDate>Thu, 18 Dec 2008 03:35:59 GMT</pubDate>
    <dc:creator>Venkatesh BL</dc:creator>
    <dc:date>2008-12-18T03:35:59Z</dc:date>
    <item>
      <title>File delete (erase)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325474#M341245</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;A file deleted after I create a file in a specific directory automatically.&lt;BR /&gt;I don't know why this case happend.&lt;BR /&gt;&lt;BR /&gt;Could you let me know for this happenning?&lt;BR /&gt;&lt;BR /&gt;Thanks for your comment and advice.</description>
      <pubDate>Thu, 18 Dec 2008 01:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325474#M341245</guid>
      <dc:creator>Shin Dong Ki</dc:creator>
      <dc:date>2008-12-18T01:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: File delete (erase)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325475#M341246</link>
      <description>Files don't get deleted unless someone or a script did it.&lt;BR /&gt;I assume this isn't /tmp or /var/tmp?</description>
      <pubDate>Thu, 18 Dec 2008 02:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325475#M341246</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-18T02:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: File delete (erase)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325476#M341247</link>
      <description>Tell exactly (giving actual commands) of what happened. Then, we may be able to help you out.&lt;BR /&gt;&lt;BR /&gt;There is no magical deletion reported on HP UX till now! :)&lt;BR /&gt;&lt;BR /&gt;So, either someone/script deleted it behind your back. Or you mounted another file system on that directory, which makes the existing files before mount 'invisible', not 'deleted'.</description>
      <pubDate>Thu, 18 Dec 2008 03:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325476#M341247</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-12-18T03:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: File delete (erase)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325477#M341248</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please check your crontab job with&lt;BR /&gt;#crontab -l&lt;BR /&gt;&lt;BR /&gt;or may any scheduler job is running.&lt;BR /&gt;&lt;BR /&gt;some script will be there behind this check every job which is running in cron.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 18 Dec 2008 04:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325477#M341248</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-12-18T04:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: File delete (erase)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325478#M341249</link>
      <description>&lt;!--!*#--&gt;Hi Shin ,&lt;BR /&gt;&lt;BR /&gt;As the previous writers said .&lt;BR /&gt;&lt;BR /&gt;Automatic deletion can happen  only , by script/ scheduler.&lt;BR /&gt;&lt;BR /&gt;If the system is trusted/ auditing is enabled.&lt;BR /&gt;&lt;BR /&gt;From the logs you can find out the deletion , where/ how/ who has done it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt; Analyst.</description>
      <pubDate>Thu, 18 Dec 2008 05:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325478#M341249</guid>
      <dc:creator>Analyst</dc:creator>
      <dc:date>2008-12-18T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: File delete (erase)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325479#M341250</link>
      <description>Apart from scripts and jobs &lt;BR /&gt;there are the Classic unix user 'misunderstandings'&lt;BR /&gt;&lt;BR /&gt;I just name 3, but there are many others&lt;BR /&gt;&lt;BR /&gt;1) trying to delete a .profile with rm .*&lt;BR /&gt;which will delete a lot more&lt;BR /&gt;&lt;BR /&gt;2) Trying to cat or sed and output to same name  cat file &amp;gt; file  or sed &amp;lt; file &amp;gt; file&lt;BR /&gt;&lt;BR /&gt;3) mv file /farawayddir/foobaar&lt;BR /&gt;&lt;BR /&gt;etc etc&lt;BR /&gt;&lt;BR /&gt;Just restore the file from your backup,&lt;BR /&gt;also ensure that your owner and privileges&lt;BR /&gt;are what you expect. (don't user chmod 777 for instance )&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Dec 2008 06:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-delete-erase/m-p/4325479#M341250</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2008-12-18T06:32:44Z</dc:date>
    </item>
  </channel>
</rss>

