September 11 2017 File::Path Security Back

Interaction between rm -rf and Directory Permissions

        0000    # user has no permissions
        0100    # user has execute-only
        0200    # user has write-only
        0300    # user has write and execute
        0400    # user has read-only
        0500    # user has read and execute
        0600    # user has read and write
        0700    # user has read, write and execute
        @altered = CreateSubdirs::create_subdirs($tdir, $sdir, 'no_create_file');


Home Last TOC Copyright © 2017 James E Keenan Back Next