Update home authored by Odunlami Marc's avatar Odunlami Marc
......@@ -39,9 +39,14 @@ Compute nodes are dedicated to interactive and batch jobs.
### Disk space
The `quota -s` command provides:
* The current disk occupation in the *space* column
* The user quota in the quota column of my home directory ?
This information is provided by the `zfshq` command.
* The user current disk occupation in the "space" column.
* The user quota in the "quota" column (5 GB per user).
```
username@slurm-ens-frontal:~$ quota -s
Disk quotas for user username (uid XXXX):
Système fichiers space quota limite sursisfichiers quota limite sursis
/dev/vda1 281M 4883M 4893M 4110 0 0
```
## Connexion
Open a terminal and use one of the following commands:
......
......