Skip to content

Commit

Permalink
Merge pull request iai-group#1 from vinaysetty/patch-2
Browse files Browse the repository at this point in the history
Create Readme.md
  • Loading branch information
kbalog authored Feb 22, 2021
2 parents b0c3de0 + e911dfb commit eb89e56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Folder permissions

- For each project create a group on gustav1 using this command `sudo groupadd group_name'
- Then add all the users involved in that project to that group `sudo usermod -a -G group_name user_name'
- Give group level full permission to a folder 'setfacl -R -m g:group_name:rwX /data/project_folder'
- Also make permissions default for all future folder created by everyone 'setfacl -Rd -m g:group_name:rwX /data/project_folder'

0 comments on commit eb89e56

Please sign in to comment.