In cygwin, why is there a lingering file filename.zip in a directory after running rm filename.zip?

Posted by jonderry on Stack Overflow See other posts from Stack Overflow or by jonderry
Published on 2010-05-05T21:43:48Z Indexed on 2010/05/05 21:48 UTC
Read the original article Hit count: 177

Filed under:
|
|

In cygwin in windows vista, I tried to remove a few zip files I created from the command line in cygwin. The rm finished without complaining, but there remains entries for these zip files in the directory, that cannot be opened or deleted, either in cygwin or vista.

For example, ls -l shows the following after performing the rm:

$ ls -l ls: cannot access submission.zip: No such file or directory ls: cannot access otherfile.zip: No such file or directory total 36 ??????????? ? ? ? ? ? submission.zip -rwx------ 1 username None 68 May 4 13:36 makefile ??????????? ? ? ? ? ? otherfile.zip ...

What's causing this, and how can I fix it?

© Stack Overflow or respective owner

Related posts about cygwin

Related posts about Vista