Under unix it's legal to delete files that are in use.

If a used file is deleted, the directory entry (i-node)
is removed but not the file. The file will automagically 
deleted if the file isn't used any longer. Depending 
on the architecture of the process that uses the file
you may get unexpected results as long as the 
process runs.

> -----Ursprungliche Nachricht-----
> Von: Arnaud HERITIER [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 10. Juli 2002 16:19
> An: 'Tomcat Users List'
> Cc: Tomcat-Dev (E-mail)
> Betreff: RE: jar_cache files
> 
> 
> Under AIX 4.3.3, when I do a "rm -rf /tmp/jar_cache*" the 
> command don't failed.
> 
> It is normal ???
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to