码迷,mamicode.com
首页 > 系统相关 > 详细

Linux运维常用(9)查看目录文件大小

时间:2020-09-17 20:07:52      阅读:44      评论:0      收藏:0      [点我收藏+]

标签:user   test   span   enter   python   运维   目录   inux运维   du -sh   

查看当前目录下文件大小

[root@t-enter home]# ls
autouser Python-3.7.2 Python-3.7.2.tgz test
[root@t-enter home]# du -sh *
40K autouser
338M Python-3.7.2
22M Python-3.7.2.tgz
20K test

查看当前目录下制定文件或目录大小
[root@t-enter home]# du -sh Python-3.7.2.tgz
22M Python-3.7.2.tgz
[root@t-enter home]#

Linux运维常用(9)查看目录文件大小

标签:user   test   span   enter   python   运维   目录   inux运维   du -sh   

原文地址:https://www.cnblogs.com/quanyao/p/13642166.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!