adspace
Answer Posted / Kumar Awakash
The `df -h` command displays the amount of disk space used and available on Linux file systems. The `-h` option makes it display sizes in a human-readable format (like GB, MB instead of blocks). For example: `df -h` would give you an output similar to `Filesystem Size Used Avail Use% Mounted on /dev/sda1 50G 20G 30G 40% /`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers