From e911dfb6732178c2c8a5a1c2b6b177f2769c0630 Mon Sep 17 00:00:00 2001 From: vinaysetty Date: Mon, 22 Feb 2021 14:59:55 +0100 Subject: [PATCH] Update and rename Readme.md to README.md --- data/{Readme.md => README.md} | 1 + 1 file changed, 1 insertion(+) rename data/{Readme.md => README.md} (99%) diff --git a/data/Readme.md b/data/README.md similarity index 99% rename from data/Readme.md rename to data/README.md index cdfb9ee..cc2fd53 100644 --- a/data/Readme.md +++ b/data/README.md @@ -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'