cc_staff
290
edits
No edit summary |
|||
Line 102: | Line 102: | ||
When writing your scripts, use the environment variables (<tt>$HOME</tt>, <tt>$SCRATCH</tt>, <tt>$PROJECT</tt>, <tt>$ARCHIVE</tt>) instead of the actual paths! The paths may change in the future. | When writing your scripts, use the environment variables (<tt>$HOME</tt>, <tt>$SCRATCH</tt>, <tt>$PROJECT</tt>, <tt>$ARCHIVE</tt>) instead of the actual paths! The paths may change in the future. | ||
== Storage and quotas == <!--T:39--> | === Storage and quotas === <!--T:39--> | ||
[[Data_Management | Data Management]] | You should familiarize yourself with the [[Data_Management#Purpose_of_each_file_system | various file systems]], what purpose they serve, and how to properly use them. This table summarizes the various file systems. See the [[Data_Management | Data Management]] page for more details. | ||
<!--T:40--> | <!--T:40--> | ||
Line 124: | Line 124: | ||
| read-only | | read-only | ||
|- | |- | ||
|rowspan=" | |rowspan="2"| $SCRATCH | ||
|colspan="2"| 25 TB per user | |colspan="2"| 25 TB per user | ||
|align="right" rowspan=" | |align="right" rowspan="2" | 16 MB | ||
|rowspan=" | |rowspan="2"| 2 months | ||
|rowspan=" | |rowspan="2"| no | ||
|rowspan=" | |rowspan="2"| yes | ||
|rowspan=" | |rowspan="2"| yes | ||
|- | |- | ||
|align="right"| | |align="right"|50-500TB per group | ||
|align="right"|[[Data_Management#Quotas_and_purging | depending on group size]] | |||
|align="right"| | |||
| | |||
|- | |- | ||
| $PROJECT | | $PROJECT | ||
Line 171: | Line 159: | ||
| yes | | yes | ||
|} | |} | ||
==File/Ownership Management (ACL)== <!--T:124--> | ==File/Ownership Management (ACL)== <!--T:124--> |