/ Linux
If, like me, you run a command line Linux distro then seeing useful stats like disk space remaining on your hard drive is a must. To see the current hard drive usage of all mounted partitions simply type the following command into a terminal.
df -h
You should see something similar to the image below.
The -h simply puts the drive space into human-readable format eg. 10K, 45G, 1.1T.
There are other options available for the df command but nothing else that needs covering in this post.
If you have other/better ways of getting the same information in Linux command line then please feel free to comment below.

Clive Walkden
Latest Articles

Linux —
Terraform InstallationA quick installation guide for Terraform on Ubuntu 18.04

Author

Bitcoin —
RollerCoin IntroAn introduction to the RollerCoin site and how you can use it to mine your own coins

Author

How to log to information to a file in different Magento 2.4.x versions

Author