Skip to content
Snippets Groups Projects
Commit af4ffef8 authored by Florian Ziemen's avatar Florian Ziemen
Browse files

quota and permissions

parent e48429d6
No related branches found
No related tags found
1 merge request!11File and Data Systems
...@@ -25,10 +25,19 @@ author: "Florian Ziemen and Karl-Hermann Wieners" ...@@ -25,10 +25,19 @@ author: "Florian Ziemen and Karl-Hermann Wieners"
* Every user / project gets a specified share. * Every user / project gets a specified share.
* Usually no over-commitment. * Usually no over-commitment.
```
/sw/bin/lfsquota.sh -p bb1153
WORK Quota - bb1153
Disk quotas for prj 30001639 (pid 30001639):
Filesystem used quota limit grace files quota limit grace
/work 588.4T 595T 595T - 22140190 0 0 -
```
## Permissions ## Permissions
* Am I allowed to read / write a file? * Am I allowed to read / write a file?
* How about others? * How about others?
* See `man ls` and `man chmod` for details for a standard file system.
* Other storage systems can have varying ways of controlling access.
# Properties of storage systems # Properties of storage systems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment