Access Control List (ACL) provides flexible permission mechanism for file systems.
views folder), use getfaclgetfacl views
setfacl to set permission for a files and folder that will be created in futuresudo setfacl -R -m default:u::rwx,default:g::rwx,default:o::r-x views/ /** * * Note :: * -R recursive set permission of directories and file * -m modify the permission all the files and folder in future to rwxrwxr-x * */
views will have following permission:drwxrwxr-x views