日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > linux >内容正文

linux

linux 查看文件和文件夹大小

發布時間:2024/4/17 linux 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 linux 查看文件和文件夹大小 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

http://blog.sina.com.cn/s/blog_4af3f0d20100irvz.html

Linux查看文件夾大小

du -sh 查看當前文件夾大小

du -sh * | sort -n 統計當前文件夾(目錄)大小,并按文件大小排序

附送:

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

?

Linux:ls以K、M、G為單位查看文件大小

Linux:ls以K、M、G為單位查看文件大小。
#man ls
……
-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? 15G 06-04 14:35 all.txt
8.0K -rwx--x--x 1 root root? 632 06-04 15:57 hash.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? 20K 06-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

?

與50位技術專家面對面20年技術見證,附贈技術全景圖

總結

以上是生活随笔為你收集整理的linux 查看文件和文件夹大小的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。