update readme to add description of chacl command.

This commit is contained in:
Yoshihiro OKUMURA 2023-05-11 17:04:05 +09:00
parent b028c86b20
commit b4780dd069
Signed by: orrisroot
GPG Key ID: 470AA444C92904B2

View File

@ -82,6 +82,14 @@ $ mdrs rm neurodata:/NIU/Repository/TEST2/sample2.dat
$ mdrs rm -r neurodata:/NIU/Repository/TEST2/dataset
```
### chacl
Change the folder access level
```
$ mdrs chacl private neurodata:/NIU/Repository/Private
$ mdrs chacl cbs_open -r neurodata:/NIU/Repository/CBS_Open
$ mdrs chacl pw_open -r -p FOLDER_PASSWORD neurodata:/NIU/Repository/PW_Open
```
### metadata
Get a folder metadata
```