Knowledgebase
The knowledgebase provides documentation written by our team. Please select a category or search for answers.
Articles
How do I check free disk space in Linux or UNIX operating system?
(a) df command : Report file system disk space usage
(b) du command : Estimate file space usage
Type df -h or df -k to list free disk space:
| # df -h |
du shows how much space one ore more files or directories is using:
| # du -sh |
Was this article helpful?
☹Dislike0 ☺Like0
☹Dislike0 ☺Like0
Views: 855