Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pristupova-prava-pomoci-acl [2017/09/21 01:35] popel |
pristupova-prava-pomoci-acl [2017/09/30 20:20] rosa [Give all permissions to all ufal/ufal_ext users] |
||
---|---|---|---|
Line 55: | Line 55: | ||
<code bash>setfacl -R -m m::rx .</code> | <code bash>setfacl -R -m m::rx .</code> | ||
+ | |||
+ | ===== Give all permissions to all ufal/ufal_ext users ===== | ||
+ | |||
+ | 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,g:ufal_ext:rwx FILE</code> | ||