How to view the diskspace hard disk application under linux

  
        

Mainly using the df command, df is the abbreviation of disk filesystem

It can also add a lot of useful tags behind it

df -h is displayed in a format suitable for human reading, that is to say How much G (giga bytes) and how many M are displayed?

df -a prints the most complete information

The above two are the most commonly used, if you want For other usages, check out http://www.tecmint.com/how-to-check-disk-space-in-linux/

or get help directly with df --help

Copyright © Windows knowledge All Rights Reserved