readonly: windows vs linux

The difference between readonly in Linux and Windows is interesting. It caught me offguard the other day, when I was altering a test to make it multiplatform.

Readonly in Linux still allows the user to delete the file. Windows is much more strict; the readonly attribute must be removed before the file can be deleted.

More Reading