diff --git a/docs/web/projects/access-to-project-space.md b/docs/web/projects/access-to-project-space.md index bca2b50f547d3f93703360ded5b03f1f7c30d73b..9bc7032606a180c29ac496573e648eda8bd897b2 100644 --- a/docs/web/projects/access-to-project-space.md +++ b/docs/web/projects/access-to-project-space.md @@ -5,27 +5,26 @@ Access in project spaces is controlled: * to the ENTIRE project via the `cernbox-project-<projectname>-writers` and `-readers` e-groups (you can check their membership at https://egroups.cern.ch). * to individual folders (and their sub-folders) via the Authenticated Share method in CERNBox (in a Web browser). -> All the folders of the project can be shared by Authenticated Share and Link Share by members in the `-admins` e-group ONLY. This group includes by default the service account that was designated when creating the project space, which owns all its files. +> All the folders of the project can be shared by Authenticated Share and Link Share by members in the `-admins` e-group ONLY. This group includes by default the Service Account that was designated when creating the project space, which owns all the project's files. > The admin user logs into his/her CERNBox, goes to the project in 'Your projects', and can then share a file/folder. ## Check (via LXPLUS) which e-groups and users have access to the project space Admins for the project can check who can access the project space by running the following commands on LXPLUS: - - Login with the Service Account, or your own account (if you are an admin for the project space). + - Login with the project Service Account, or your own account (if you are an admin for the project space). - Run the command: - ``` +``` eos root://eosproject.cern.ch attr ls /eos/project/<initial>/<project-name>/<path-to-folder> - ``` +``` Example:  - ``` [swanee@lxplus701 ~]$ eos root://eosproject.cern.ch attr ls /eos/project/s/swanee/plots sys.acl="egroup:cernbox-project-swanee-readers:rx,egroup:cernbox-project-swanee-writers:rwx+d,u:99090:rwx+d" @@ -45,5 +44,5 @@ To find out which user has userid `99090`, use the command `getent passwd <useri ``` $ getent passwd 99090 - ebocchi:*:99090:2763:Enrico Bocchi,31 2-010,+41227674203,:/afs/cern.ch/user/e/ebocchi:/bin/bash ``` + ebocchi:*:99090:2763:Enrico Bocchi,31 2-010,+41227674203,:/afs/cern.ch/user/e/ebocchi:/bin/bash ```