The unlink tag has no wiki summary.
2
votes
3answers
367 views
PHP unlink() deleting file user has no permission to
A bit of a long shot here but thought I'd see if anyone had a fix for this:
I am having an issue whereby the PHP function unlink() is being able to successfully delete a file even though explicit ...
0
votes
3answers
686 views
PHP unlink can't delete file while I can unlink this file in Linux shell
There is a file(644, owner:apache) that I can't delete it using a PHP script with unlink function.
I can't figure it out why unlink fails to delete this file.
BTW, I have tried fclose it before ...
18
votes
10answers
14k views
How to make `rm` faster on ext3/linux?
I have ext3 filesystem mounted with default options. On it I have some ~ 100GB files.
Removal of any of such files takes long time (8 minutes) and causes a lot of io traffic, which increases load on ...