September 11 2017 File::Path Security Back

write Permissions on a Directory: Example (continued 2)

        $ ls -ld /tmp/explain-write/
        drwxr-xr-x  2 root  wheel  512 Jul 17 21:14 /tmp/explain-write/
        $ ls -l /tmp/explain-write/
        total 0
        -rw-r--r--  1 jkeenan  wheel  0 Jul 17 21:21 gamma
        $ touch /tmp/explain-write/delta
        touch: /tmp/explain-write/delta: Permission denied
        $ rm /tmp/explain-write/gamma
        rm: /tmp/explain-write/gamma: Permission denied


Home Last TOC Copyright © 2017 James E Keenan Back Next