file-permissions
file-permissions copied to clipboard
File permissions handling for Capistrano v3.*
Results
13
file-permissions issues
Sort by
recently updated
recently updated
newest added
Our provider enabled acl for us on their FreeBSD server. Unfortunately the option `-R` does not seem to exist on FreeBSD: ``` ommand: ( SYMFONY_ENV=prod /usr/bin/env setfacl -Rm u:vuser:rwx,u:foobar:rwx /usr/local/www/apache24/noexec/foobar/shared/app/logs...
Sometimes you want to set ACL but exclude some file. Is that possible? Specially I want to set ACL on every files and folder inside a folder but not to...