Is there a way to force file permissions by directory (and subdirectories
under it)?
For example, the user's default umask value is 022 but I want it to be 002 in
certain directories.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
05-25-2012, 04:07 PM
Nicolas Thierry-Mieg
Force permissions by directory
Frank Cox wrote:
> Is there a way to force file permissions by directory (and subdirectories
> under it)?
>
> For example, the user's default umask value is 022 but I want it to be 002 in
> certain directories.
>
I have cronjobs like this to regularly give group read permissions (and
x for dirs) on /some/dir and all it's subdirs: