Thanks for your fast answer :) I tried it as user and it works, seems to be a root issue
[EMAIL PROTECTED]:/tmp$ echo foo>file && chmod 444 file && test ! -w file && echo "no write permission" no write permission [EMAIL PROTECTED]:/tmp# echo foo>file && chmod 444 file && test ! -w file && echo "no write permission" [EMAIL PROTECTED]:/tmp# Best regards, Alex _______________________________________________________________ SMS schreiben mit WEB.DE FreeMail - einfach, schnell und kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
