How to Check Disk Space and Storage Usage in Terminal on a Mac
Quick Answer To check how much free space remains on your Mac’s startup disk, open Terminal and run: df -h / The df command reports available disk space, while -h displays the numbers in an easier-to-read format such as gigabytes. The / tells Terminal to check the volume used by the startup system. To see … Read more