Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
pristupova-prava-pomoci-acl [2017/09/30 20:10] rosa [Jak odebrat rekurzivně právo zápisu pro kohokoli?] a+rwx |
pristupova-prava-pomoci-acl [2017/09/30 20:20] (current) rosa [Give all permissions to all ufal/ufal_ext users] |
||
---|---|---|---|
Line 60: | Line 60: | ||
This is the preferred way of giving all rights to "everyone". It is more secure than simple "chmod a+rwx", which also includes e.g. the "www-data" group (i.e. access from the web). | This is the preferred way of giving all rights to "everyone". It is more secure than simple "chmod a+rwx", which also includes e.g. the "www-data" group (i.e. access from the web). | ||
- | <code bash>setfacl -m g:ufal:rwx FILE | + | <code bash>setfacl -m g:ufal:rwx,g:ufal_ext:rwx FILE</code> |
- | setfacl -m g:ufal_ext:rwx FILE</code> | + | |