du -sh *   查看当前目录所有文件的各个大小
/home/econf>du -sh *
427M apache-tomcat-6.0.20
16K bin
44M boot
6.7M fileserver
251M jdk1.6.0_24
81M ms
4.8G nginrun
4.0K oracshrc
320K script
8.0K tmp


du -sh  apache-tomcat-6.0.20/  查看当前目录apache-tomcat-6.0.20的各个大小
du -sh apache-tomcat-6.0.20/
427M apache-tomcat-6.0.20/

相关文章:

  • 2021-12-19
  • 2022-12-23
  • 2021-12-12
  • 2021-11-30
  • 2022-12-23
  • 2021-12-12
  • 2021-12-22
  • 2021-07-11
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-05-21
  • 2021-07-01
  • 2021-11-21
  • 2021-04-18
相关资源
相似解决方案