James Knott wrote:
Jaco Carlson wrote:
Can you safely delete all files in /tmp?

Only if they're not in use.  You can configure the system to
periodically clean out the files of a certain age.


openned files can't be deleted, even by root. So a

su
cd /tmp && rm -R *

should be safe (I do this regularly).

However it is possible that an application close a temp file and try to open it again (in my opinion a poor idea). If you are the only user of that PC, close all your apps before and go, on muliuser one, I wouldn't do that

jdd

--
http://www.dodin.net
http://www.ladepeche.fr/article/2007/10/27/127022-Claire-Dodin-une-Toulousaine-extreme.html
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to