打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
[转载]linux 查看文件和文件夹大小

Linux查看文件夹大小

du -sh查看当前文件夹大小

du -sh * | sort -n 统计当前文件夹(目录)大小,并按文件大小排序

附送:

du-sk filename 查看指定文件大小

 

Linux:ls以K、M、G为单位查看文件大小

Linux:ls以K、M、G为单位查看文件大小。
#manls
……
-h, --human-readable
print sizes in human readable format (e.g., 1K 234M 2G)
……
# ls
cuss.war nohup.out
# ls -l
total 30372
-rw-r--r-- 1 root root 31051909 May 24 10:07 cuss.war
-rw------- 1 root root 0 Mar 20 13:52 nohup.out
# ls -lh
total 30M
-rw-r--r-- 1 root root 30M May 24 10:07 cuss.war
-rw------- 1 root root 0 Mar 20 13:52 nohup.out
# ll -h
total 30M
-rw-r--r-- 1 root root 30M May 24 10:07 cuss.war
-rw------- 1 root root 0 Mar 20 13:52 nohup.out

[root@localhost rice_f2]# ls-lhs
总计 28G
 15G -rw-r--r-- 1 root root  15G06-04 14:35 all.txt
8.0K -rwx--x--x 1 root root  632 06-04 15:57hash.pl
371M -rw-r--r-- 1 root root 371M 06-03 18:06 1.fa
360M -rw-r--r-- 1 root root 359M 06-03 18:07 2.fna
8.0K drwxr-xr-x 2 root root 4.0K 06-03 19:13 lane
 24K drwxr-xr-x 2 root root  20K06-04 15:03 111
3.1G -rw-r--r-- 1 root root 3.1G 06-04 15:32 sample1.txt
2.4G -rw-r--r-- 1 root root 2.4G 06-04 15:53 sample2.txt
1.4G -rw-r--r-- 1 root root 1.4G 06-04 16:11 sample3.txt
1.3G -rw-r--r-- 1 root root 1.3G 06-04 16:11 sample4.txt
4.2G -rw-r--r-- 1 root root 4.2G 06-04 14:51 22222.txt


本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
(转)Linux下查看文件和文件夹大小 删除日志
Linux笔记【007】| 文件/文件夹属性设置
Windows和Linux间文本文件格式转换
linux 系统 chown设置文件权限
Linux chown命令详解使用格式和方法
每天一个linux命令(40):wc命令
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服