Skip to content

Commit

Permalink
Update and rename Readme.md to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaysetty authored Feb 22, 2021
1 parent e501bd4 commit e911dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/Readme.md → data/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 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'
Expand Down

0 comments on commit e911dfb

Please sign in to comment.