in reply to File::Find on huge, dynamic filesystems?
One possible way to fix this would be to change the permissions on the file, compress, and then change the permissions back.
It is unlikely that someone will access an old file at the same time that your program compresses it, but better to prevent the possibility altogether.
It should work perfectly the first time! - toma
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: File::Find on huge, dynamic filesystems?
by crenz (Priest) on Dec 11, 2002 at 20:27 UTC |