This is a simple enough task, but one that can shed light on so many issues and save you from urgent scrambles for more disk space.
To check free disk capacity use:
df -h
The -h parameter ensures the results are displayed in MB/GB as opposed to 1k blocks.

Each line representsa separate filesystem device/partition.



