Update 1.3 Disk space authored by Odunlami Marc's avatar Odunlami Marc
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
echo $HOME echo $HOME
cd $HOME cd $HOME
``` ```
## What is my current disk occupation in /home ? ## What is my current disk occupation in /home?
This information is provided by the `zfshq` command. This information is provided by the `zfshq` command.
``` ```
username@pyrene-login01 ~ $ zfshq username@pyrene-login01 ~ $ zfshq
...@@ -30,7 +30,7 @@ username 7.69G 200G ...@@ -30,7 +30,7 @@ username 7.69G 200G
echo $WORKDIR echo $WORKDIR
cd $WORKDIR cd $WORKDIR
``` ```
## What is my current disk occupation in /work ? ## What is my current disk occupation in /work?
This information is provided by the `zfswq` command. This information is provided by the `zfswq` command.
``` ```
username@pyrene-login01 ~ $ zfswq username@pyrene-login01 ~ $ zfswq
... ...
......