September 11 2017 File::Path Security Back

What Are Directory Permissions?

           0400    Allow read by owner.
           0200    Allow write by owner.
           0100    For files, allow execution by owner.
                   For directories, allow the owner to search in the directory.
           0040    Allow read by group members.
           0020    Allow write by group members.
           0010    For files, allow execution by group members.
                   For directories, allow group members to search in the directory.
           0004    Allow read by others.
           0002    Allow write by others.
           0001    For files, allow execution by others.
                   For directories allow others to search in the directory.


Home Last TOC Copyright © 2017 James E Keenan Back Next