標籤:linux 空間
du命令是查看空間的,跟df命令不同的是,它能對檔案和目錄的磁碟使用查看。
1.命令格式:
du [選項] [檔案]
2.命令功能:
顯示每個檔案或者目錄的磁碟使用方式即文字大小。
3.命令參數:
-a 或--all 顯示目錄中個別檔案的大小
-c 或 –total 除了顯示個別目錄或檔案大小外,同時也顯示所有的目錄或檔案的總和
-b 大小用bytes來表示
-x 跳過在不同檔案系統上的目錄不予統計
-s或--summarize 僅顯示總計,只列出最後加總的值。
4.命令執行個體:
1)du -a:
650) this.width=650;" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; border-left: 0px; padding-right: 0px" border="0" alt="image" src="http://s3.51cto.com/wyfs02/M02/6D/E7/wKiom1VupfXzK9HMAAGR2_a95v4253.jpg" "290" height="529" />
2)du –s:
650) this.width=650;" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; border-left: 0px; padding-right: 0px" border="0" alt="image" src="http://s3.51cto.com/wyfs02/M00/6D/E7/wKiom1VupfXSKSE_AAA8yCtBgVY231.jpg" "257" height="102" />
linux命令-du