September 11 2017 File::Path Security Back

write Permissions on a Directory: Example (continued 3)

        $ echo "hello world" >> /tmp/explain-write/gamma
        $ ls -l /tmp/explain-write/
        total 4
        -rw-r--r--  1 jkeenan  wheel  12 Jul 17 21:27 gamma
        $ cat /tmp/explain-write/gamma
        hello world


Home Last TOC Copyright © 2017 James E Keenan Back Next