How to check disk space in Linux
A common problem server administrators face is running out of disk space or even just checking their current disk space usage. In this guide, I’m going to show you how to use the du command to check disk usage and the df command to check disk space. Check disk space using df command df stands …