Skip to content
Snippets Groups Projects
Commit 845693d1 authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Formatting fix

parent a48bfa72
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,13 @@ Example:
sys.acl="egroup:cernbox-project-swanee-readers:rx,egroup:cernbox-project-swanee-writers:rwx+d,u:99090:rwx+d"
sys.allow.oc.sync="1"
sys.eos.btime="1584701732.657186956"
..
...
```
It is possible to define the EOS_MGM_URL=root://eosproject.cern.ch variable beforehand. In which case, you would not need root://eosproject.cern.ch in the EOS command.
In the example above:
* `egroup:cernbox-project-swanee-writers:rwx+d` means that users in this e-group can read, write, execute and delete files/folders in this folder
* `egroup:cernbox-project-swanee-readers:rx` means that users in this e-group can read files/folders in the folder
* `u:99090:rwx+d` means that the user with userid `99090` can read, write, execute, delete files/folders in the folder. The user was shared this folder using the Web interface.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment