How can I check how much of my hard disk is being used on my Linux server?

The output of the ‘df’ command will show you overall disk usage.  To find out how much space a give directory is used us the ‘du -s <path>’ command.

Your rating: None Average: 2 (1 vote)