如何在linux中查找当前文件夹大小

时间:2016-01-15 10:38:12

标签: linux command

当我输入df -h时,它会显示一个大小为200GB的文件夹,但当我尝试通过du -sch /path查找任何子目录的大小时,文件夹大小为10kB。我知道某些子文件夹的大小应为100GB。 如何在Linux中找到当前文件夹/目录的大小?

2 个答案:

答案 0 :(得分:1)

使用:du -sh *,这将以可读格式为您提供pwd中所有目录,文件等的大小(如果您愿意,可以删除*显然要获得的大小 pwd) 阅读man duthis还有一些很好的例子。

答案 1 :(得分:1)

当您运行 .Page2 > * { border: 5px solid white; background: #3DBEAF; } .Page2 > *:nth-child(-n+6) { border-bottom: 0; padding-top: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; } .Page2 > *:nth-last-child(-n+6) { border-top: 0; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .eqheight1, .eqheight2, .eqheight3 { background: #3DBEAF; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } 时,它不会显示du -sch /abc中隐藏文件(名称中带有前缀dot(。)的文件/目录)的大小。

要检查您可以运行的所有文件的大小,假设您位于目录abc

abc

这也将对列表进行排序。