This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can't rm file, but no error message


Why don't I get an error message here?

$ ls -l test.zip
-rwx------+ 1 Administrators ???????? 1153454 Oct  5 12:49 test.zip
$ rm test.zip
$ echo $?
0
$ ls -l test.zip
-rwx------+ 1 Administrators ???????? 1153454 Oct  5 12:49 test.zip

Obviously the file wasn't removed, but rm does not give any error message.
Any idea why?

Ronald




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]