Skip to content

Commit 7943682

Browse files
committed
minor cleanup
1 parent e4eb163 commit 7943682

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/hpc/03_navigating_the_cluster/01_linux_tutorial.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Files Systems for usage:
1111

1212
The NYU HPC clusters have multiple file systems for user's file storage needs. Each file system is configured differently to serve a different purpose.
1313

14-
| **Space** | **Environment Variabe** | **Purpose** | **Flush Policy** | **Allocation** (per user) |
14+
| **Space** | **Environment Variable** | **Purpose** | **Flush Policy** | **Allocation** (per user) |
1515
| :-- | :-- | :-- | :-- | :-- |
16-
| `/home` | $HOME | Program Development space; For storing small files, source code, scripts etc that are backed up | NO | 20GB |
17-
| `/scratch` | $SCRATCH | Computational Workspace; For storing large files/data, infrequent reads and writes | YES Files not accessed for 60 days are deleted | 5TB |
18-
| `/archive` | $ARCHIVE | Long Term Storage ( Cold storage ) | NO | 2TB |
16+
| `/home` | `$HOME` | Program Development space; For storing small files, source code, scripts etc that are backed up | NO | 20GB |
17+
| `/scratch` | `$SCRATCH` | Computational Workspace; For storing large files/data, infrequent reads and writes | YES Files not accessed for 60 days are deleted | 5TB |
18+
| `/archive` | `$ARCHIVE` | Long Term Storage ( Cold storage ) | NO | 2TB |
1919

2020
## Basic Linux Commands
2121

0 commit comments

Comments
 (0)