Multiple choice technology web technology How can you best see how much free space you have in your Paritions? Use df -ha Use df . Use du -c Use du Reveal answer Fill a bubble to check yourself A Correct answer Explanation df -ha shows disk space free on all filesystems (-a) in human-readable format (-h). df without -a only shows mounted filesystems. du shows disk usage, not free space.