当我输入df -h
时,它会显示一个大小为200GB的文件夹,但当我尝试通过du -sch /path
查找任何子目录的大小时,文件夹大小为10kB。我知道某些子文件夹的大小应为100GB。
如何在Linux中找到当前文件夹/目录的大小?
答案 0 :(得分:1)
答案 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
这也将对列表进行排序。