≡ Menu

umask 027

Unix file and directory permission is in the form of a 3×3 structure. i.e Three permissions (read, write and execute) available for three types of users (owner, groups and others). In the output of ls -l command, the 9 characters from 2nd to 10th position represents the permissions for the 3 types of users. -rw-r--r-- [...]

{ 22 comments }