Timeline for Folder group ownership permissions and problems
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 11, 2020 at 14:16 | history | edited | CommunityBot |
Commonmark migration
|
|
| Dec 31, 2018 at 21:35 | comment | added | ctrl-alt-delor |
Read the manual: You can add groups/users to the access control list (that is give them any of rwx permissions). You can also add default permissions, so that new files get these new permissions. Something like setfacl -R -m d:g:developer:rwx g:developers:rwx (Note you will be much better of with a revision control system, it will solve your current problem, avoid the down sides of shared directories, aid backup, and give you revision control. Mercurial, with bitbucket.org are easy to learn).
|
|
| Dec 31, 2018 at 17:34 | comment | added | Leonardo Petrucci | So acl was already installed, what do I do with it now? | |
| Dec 30, 2018 at 15:16 | history | edited | ctrl-alt-delor | CC BY-SA 4.0 |
add stuff on installing
|
| Dec 29, 2018 at 23:17 | comment | added | ctrl-alt-delor |
it is per file man setfacl. But what OS are you on?
|
|
| Dec 29, 2018 at 18:51 | comment | added | Leonardo Petrucci | Could you link me to, or explain how setfact and getfacl work? Can't find a lot about them. Also can I set these for files created in this specific folder, or is this a global thing? | |
| Dec 29, 2018 at 17:55 | history | answered | ctrl-alt-delor | CC BY-SA 4.0 |