tpm files clean

Hi!

I configured cron to clean my /tmp directory, should I also add other locations to clean and especially /var/tmp.

Thanks.

/tmp tends to be overflowing after a few months of usage, while the files stored in there are only used for the current session, so it’s sane to remove them with each boot. On the other hand, according to the Filesystem Hierarchy Standard, a system relies on /var/tmp being unchanged after a reboot. This path does not get “filled up” during time, but rather will change its content during a session.

Thanks a lot

On 2010-10-11 11:36, yvishov wrote:
>
> Hi!
>
> I configured cron to clean my /tmp directory, should I also add other
> locations to clean and especially /var/tmp.

Are you using your own cron? Don’t, there is already a service that does it for you. Just configure
“/etc/sysconfig/cron”.


Cheers / Saludos,

Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)

Yes, I configured service thru YAST