[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [K12OSN] /tmp
- From: "Terrell Prudé Jr." <microman cmosnetworks com>
- To: "Support list for open source software in schools." <k12osn redhat com>
- Subject: Re: [K12OSN] /tmp
- Date: Fri, 05 Oct 2007 02:54:23 -0400
Michael Blinn wrote:
> What is the convention for cleaning out /tmp in v6? It's slowly
> filling up, and I can see some very old files in there. Is there a
> /tmp manager, or a current method for 'rm -rf /tmp/*' on reboot, or ....?
> Thanks,
> Michael
I generally just
rm -rf /tmp/*
as root every so often. The whole point of /tmp is to hold temporary
files while a user is logged on, especially with "heavy" desktops like
GNOME and KDE. When the user is no longer logged on, that user's files
in /tmp are no longer needed.
--TP
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]