<?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: Exaaa13773 files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794083#M80508</link>
    <description>Thanks Pete.</description>
    <pubDate>Mon, 26 Aug 2002 14:22:49 GMT</pubDate>
    <dc:creator>Olga_1</dc:creator>
    <dc:date>2002-08-26T14:22:49Z</dc:date>
    <item>
      <title>Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794081#M80506</link>
      <description>Hello,&lt;BR /&gt;I have a number of files like Exaaa13773 in /var. What are they for and can I delete them?&lt;BR /&gt;Thank you.</description>
      <pubDate>Mon, 26 Aug 2002 14:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794081#M80506</guid>
      <dc:creator>Olga_1</dc:creator>
      <dc:date>2002-08-26T14:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794082#M80507</link>
      <description>Hi Olga,&lt;BR /&gt;&lt;BR /&gt;Offhand, I don't remember what they're for but I can tell you that I routinely remove them.  I use a cron job with "find -name ??aaa* -mtime +2 -exec rm {} \;"&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 26 Aug 2002 14:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794082#M80507</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-26T14:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794083#M80508</link>
      <description>Thanks Pete.</description>
      <pubDate>Mon, 26 Aug 2002 14:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794083#M80508</guid>
      <dc:creator>Olga_1</dc:creator>
      <dc:date>2002-08-26T14:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794084#M80509</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I suppose it is in the /var/tmp directory. If so you can delete them.</description>
      <pubDate>Mon, 26 Aug 2002 14:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794084#M80509</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-08-26T14:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794085#M80510</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;These files normally comes under /var/preserve. These are files that are preserver by 'vi' editor. If something heppen to a file while you edit it, it will store the file here. If you don't require those files, then delete it.</description>
      <pubDate>Mon, 26 Aug 2002 14:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794085#M80510</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-26T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794086#M80511</link>
      <description>Hi Olga:&lt;BR /&gt;&lt;BR /&gt;The 'Ex*' files in /var/tmp/ are recovery files from aborted 'vi' sessions.  They can be removed or recovered as you choose.&lt;BR /&gt;&lt;BR /&gt;You might choose to periodically remove these and others:&lt;BR /&gt;&lt;BR /&gt;# find /var/tmp -mtime +30 -exec rm {} \; &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 26 Aug 2002 14:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794086#M80511</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-26T14:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794087#M80512</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;You can set a cron job that will run each sunday to remove these files:&lt;BR /&gt;# rm /var/preserve/Exaa*&lt;BR /&gt;&lt;BR /&gt;I never had any of these files as useful. But check with your users before you set the cron job.</description>
      <pubDate>Mon, 26 Aug 2002 14:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794087#M80512</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-26T14:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794088#M80513</link>
      <description>No, the files are in /var/preserve</description>
      <pubDate>Mon, 26 Aug 2002 14:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794088#M80513</guid>
      <dc:creator>Olga_1</dc:creator>
      <dc:date>2002-08-26T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794089#M80514</link>
      <description>Hi (again) Olga:&lt;BR /&gt;&lt;BR /&gt;Yes, sorry, '/var/preserve' is the repository for the 'Ex*' recovery files of 'vi', not '/var/tmp'.&lt;BR /&gt;&lt;BR /&gt;/no_points_please for this correction/&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 26 Aug 2002 14:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794089#M80514</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-26T14:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exaaa13773 files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794090#M80515</link>
      <description>James, Thank you for continuing help.</description>
      <pubDate>Mon, 26 Aug 2002 14:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exaaa13773-files/m-p/2794090#M80515</guid>
      <dc:creator>Olga_1</dc:creator>
      <dc:date>2002-08-26T14:48:18Z</dc:date>
    </item>
  </channel>
</rss>

