Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了一个简单du -sh的/etc/目录,它显示了 11M。但是当我使用:
du -sh
/etc/
System.out.println(FileUtils.byteCountToDisplaySize(FileUtils.sizeOfDirectory(new File("/etc/"))));
这告诉我:68 MB。这是错误吗?或者我错过了一些东西。
[更新]
当我使用du -shL(L 表示取消引用符号链接)时,它显示了 77M。
du -shL