Further:

        [root@andromeda ~]# touch /tmp/foo
        [root@andromeda ~]# chmod 0444 /tmp/foo
        [root@andromeda ~]# ls -l /tmp/foo
        -r--r--r--. 1 root root 0 Jan 31 00:17 /tmp/foo
        [root@andromeda ~]# echo hello >/tmp/foo
        [root@andromeda ~]# ls -l /tmp/foo
        -r--r--r--. 1 root root 6 Jan 31 00:17 /tmp/foo
        [root@andromeda ~]# 

But:

        [root@andromeda ~]# su - dhowells
        [dhowells@andromeda ~]$ touch /tmp/bar
        [dhowells@andromeda ~]$ chmod 0444 /tmp/bar
        [dhowells@andromeda ~]$ ls -l /tmp/bar
        -r--r--r--. 1 dhowells dhowells 0 Jan 31 00:19 /tmp/bar
        [dhowells@andromeda ~]$ echo hello >/tmp/bar
        -bash: /tmp/bar: Permission denied

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to