linux view disk command du df

linux view disk command du df

Related commands

①  df -hl : check the remaining disk space

②  df -h : check the partition size of each root path

③  du -sh [directory name]: return the size of the directory

④  du -sm [directory name]: return the total MB of the folder

⑤  du -h [directory name]: View the size of all files in the specified folder (including subfolders)

Guess you like

Origin www.cnblogs.com/ixan/p/12728447.html