About Lesson
-
umask
: Set default permissions for newly created files and directories.-
Example:
umask 022
-
-
setfacl
: Set Access Control Lists for finer permission control.-
Example:
setfacl -m u:username:rw file.txt
-
-
getfacl
: View ACL permissions.-
Example:
getfacl file.txt
-