Comment 3 for bug 191831

Revision history for this message
bo (bernd-oelker) wrote : AW: [Bug 191831] Re: bash test -w (writeable) always SUCCEED on EncFS +linux-2.4.26.X ?

Hallo,

If I do your small example like

$ cd crypt
$ touch foo
$ test -w foo && echo rw
rw
$ chmod -w foo
$ test -w foo && echo rw
$

I got 2 times rw !!
If I do the same on /tmp (ReiserFS) it work like your example
(mean only one time rw)