search for: wwwspool

Displaying 1 result from an estimated 1 matches for "wwwspool".

Did you mean: www_pool
2009 Dec 02
1
CIFS and ghost files.
...- PHP app generates file (test.txt) on /path/temp/ 2.- PHP app copies file from /path/temp/ to /path/final/ ----> the app fails with an error D.- Admin (ME) 1.- Goes to the server an does: ls -l /path/final/ ---> file is not there 2.- Does: ls -l /path/final/test.txt and gets: -rwxrwSrwx 1 wwwspool wwwspool 0 Nov 4 10:38 test.txt 3.- Does: rm /path/final/test.txt and gets: rm: cannot remove `test.txt': No such file or directory The cycle starts again on A. thanks for your help.