Update home authored by Odunlami Marc's avatar Odunlami Marc
...@@ -39,9 +39,14 @@ Compute nodes are dedicated to interactive and batch jobs. ...@@ -39,9 +39,14 @@ Compute nodes are dedicated to interactive and batch jobs.
### Disk space ### Disk space
The `quota -s` command provides: The `quota -s` command provides:
* The current disk occupation in the *space* column * The user current disk occupation in the "space" column.
* The user quota in the quota column of my home directory ? * The user quota in the "quota" column (5 GB per user).
This information is provided by the `zfshq` command. ```
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 ## Connexion
Open a terminal and use one of the following commands: Open a terminal and use one of the following commands:
... ...
......