Queries space under linux / File Size

Reference:
https://jingyan.baidu.com/article/ca2d939d7867e0eb6c31ce80.html

View erupted in the specified folder size file

  1. ls -llByte size ls -lhKB, MB
  2. du -h –-max-depth=1 *You can view each file, folder size under the current directory. 1 file folder represents the next stage

The total size of the current directory inquiries

du -sh, S Representative summary statistics, i.e. only a sum of the output size.

Query file system structure and size

df -h

Published 36 original articles · won praise 0 · views 20000 +

Guess you like

Origin blog.csdn.net/weixin_38102912/article/details/104972924