On 07/25/2013 07:18 PM, Andreas Schwab wrote: > Pádraig Brady <[email protected]> writes: > >> On 07/25/2013 04:03 PM, [email protected] wrote: >>> Cannot delete file: >>> >>> # rm web.process.heartbeat >>> rm: cannot remove `web.process.heartbeat': No such file or directory >>> # rm -f web.process.heartbeat >>> # ll >>> ls: cannot access web.process.heartbeat: No such file or directory >>> total 0 >>> ?????????? ? ? ? ? ? web.process.heartbeat >> >> Notice the "? " at the start of the file name. >> Seems like you have a file with non standard characters in the name. > > I don't think so, it's rather the unknown date.
Yes probably. Not sure how I missed the other ? :) Still seems like an issue outside of rm. I'd suggest running a check on your file system. thanks, Pádraig.
