> Exactly what permissions are these files? 
 > Off hand I don't recall any unix version where root can write
 > to a file with no write permission at all.

no?  :-)

$ cd /tmp
$ touch foo
$ chmod 000 foo
$ su
Password: 
# ls -l foo
----------    1 pgf      users           0 Jul  2 07:55 foo
# echo hello >foo
# cat foo
hello
# ls -l foo
----------    1 pgf      users           6 Jul  2 07:56 foo
# uname -a
Linux gutso 2.2.16-22 #4 Thu Jan 11 22:34:00 EST 2001 i586 unknown
# 



=---------------------
 paul fox, [EMAIL PROTECTED] (arlington, ma, where it's 52.5 degrees)
_______________________________________________
Win4Lin-users mailing list
[EMAIL PROTECTED]
https://lists.netraverse.com/mailman/listinfo/win4lin-users

Reply via email to