<?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: tmp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945557#M46466</link>
    <description>hi, &lt;BR /&gt;&lt;BR /&gt;can you let me know how do use tmpwatch command, basically i want to delete all the files which are not accessed from last one week.. &lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;chakri</description>
    <pubDate>Thu, 08 Dec 2005 05:37:05 GMT</pubDate>
    <dc:creator>Chakravarthi</dc:creator>
    <dc:date>2005-12-08T05:37:05Z</dc:date>
    <item>
      <title>tmp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945554#M46463</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;i'm using linux machine, in this machine every time system boots it doesnt cleanup /tmp area, but this happens in solaris. is there any tunable parameter to enable this. &lt;BR /&gt;i feel one solution is put&lt;BR /&gt;rm -rf /tmp/* in the startup scripts&lt;BR /&gt;&lt;BR /&gt;is there any other better way to clean up /tmp partition every time system boots???&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Thu, 08 Dec 2005 00:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945554#M46463</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-12-08T00:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: tmp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945555#M46464</link>
      <description>of cours ethere is:&lt;BR /&gt;see man tmpwatch</description>
      <pubDate>Thu, 08 Dec 2005 01:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945555#M46464</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-12-08T01:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: tmp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945556#M46465</link>
      <description>&lt;BR /&gt;You can check the above command, as well one input for you :&lt;BR /&gt;&lt;BR /&gt;In solaris /tmp is infact mounted on swap filesystem.&lt;BR /&gt;&lt;BR /&gt;But in linux u have a separate /tmp filesystem itself.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Thu, 08 Dec 2005 04:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945556#M46465</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2005-12-08T04:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: tmp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945557#M46466</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;can you let me know how do use tmpwatch command, basically i want to delete all the files which are not accessed from last one week.. &lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;chakri</description>
      <pubDate>Thu, 08 Dec 2005 05:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945557#M46466</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-12-08T05:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: tmp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945558#M46467</link>
      <description>is there a way to cleanup /tmp partition every time machine comes up, any other option other than tmpwatch??</description>
      <pubDate>Thu, 08 Dec 2005 07:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945558#M46467</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-12-08T07:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: tmp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945559#M46468</link>
      <description>You can add the rm -fr /tmp/* to the /etc/rc.local file. The commands here are executed at startup.&lt;BR /&gt;&lt;BR /&gt;See man tmpwatch for instructions about how to use it, you need to modify the file located in /etc/cron.daily.</description>
      <pubDate>Thu, 08 Dec 2005 08:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945559#M46468</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-08T08:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: tmp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945560#M46469</link>
      <description>You can mount tmp from swap using the tmpfs&lt;BR /&gt;drive.  This generally provides a very fast&lt;BR /&gt;/tmp partition.  Increase swap appropriately&lt;BR /&gt;if needed. Size of the tmpfs is tuneable.&lt;BR /&gt;&lt;BR /&gt;tmpfs based /tmp directories are always&lt;BR /&gt;cleared on reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2005 18:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945560#M46469</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2005-12-08T18:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: tmp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945561#M46470</link>
      <description>thanks for the responses</description>
      <pubDate>Tue, 13 Dec 2005 02:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tmp/m-p/4945561#M46470</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-12-13T02:07:04Z</dc:date>
    </item>
  </channel>
</rss>

