September 11 2017 | File::Path Security | Back Next |
Directory owned by root but with wide-open permissions
$ ls -ld /tmp/explain-write/ drwxrwxrwx 2 root wheel 512 Jul 17 21:08 explain-write/
QUIZ: In that directory, can I create a plain-text file named beta?
$ touch /tmp/explain-write/beta
continued...
Home Last TOC | Copyright © 2017 James E Keenan | Back Next |