What is df -h command?



What is df -h command?..

Answer / 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

More Linux Commands Interview Questions

What command should you use to check the number of files and disk space used and each user’s defined quotas?

1 Answers  


What are the options of wc command?

1 Answers  


What could possibly be the problem when a command that was issued gave a different result from the last time it was used?

1 Answers  


How do I check if my cpu is overclocked?

1 Answers  


What does the ps command do in linux?

1 Answers  


Who linux commands?

1 Answers  


What would be the result of the command paste -s dog cat?

1 Answers  


How do display error messages instantly when command fails?

2 Answers   Satyam,


What is ls command and what it does?

1 Answers  


What is make in linux?

1 Answers  


What is type command in linux?

1 Answers  


Explain the working of command grouping?

1 Answers  


Categories