**********=分界線,老的筆記**********==
[root@study ~]# df [-ahikhtm] [目錄或檔名]
選項與引數:
-a :列出所有的檔案系統,包括系統特有的 /proc 等檔案系統;
-k :以 kbytes 的容量顯示各檔案系統;
-m :以 mbytes 的容量顯示各檔案系統;
-h :以人們較易閱讀的 gbytes, mbytes, kbytes 等格式自行顯示;
-h :以 m=1000k 取代 m=1024k 的進製方式;
-t :連同該 partition 的 filesystem 名稱 (例如 xfs) 也列出;
-i :不用磁碟容量,而以 inode 的數量來顯示
[root@study ~]# du [-ahskm] 檔案或目錄名稱
選項與引數:
-a :列出所有的檔案與目錄容量,因為預設僅統計目錄底下的檔案量而已。
-h :以人們較易讀的容量格式 (g/m) 顯示;
-s :列出總量而已,而不列出每個各別的目錄占用容量;
-s :不包括子目錄下的總計,與 -s 有點差別。
-k :以 kbytes 列出容量顯示;
-m :以 mbytes 列出容量顯示;
c 遍歷資料夾深度 C 遍歷資料夾獲取資料夾大小
c 遍歷資料夾獲取資料夾大小 都需要引入system.io這個命名空間 第一種方法 public static long getdirectorylength string dirpath 判斷給定的路徑是否存在,如果不存在則退出 if directory.exists dirpath return...
利用遞迴刪除資料夾(資料夾中套資料夾)
刪除目錄 bool deldir const ansistring p if p.isempty p.length 4 return false 引數必須大於3,即不能為磁碟根目錄或空白 int len p.length char path p.c str ansistring dir ansist...
拷貝檔案 資料夾 建立資料夾 刪除資料夾操作
qt拷貝檔案 資料夾 建立資料夾 刪除資料夾操作 cpp view plain copy brief 拷貝檔案到目的資料夾 param srcfilename 原始檔全路徑,比如 f tx wwxx.txt f tx des desd param desfilepathname 要copy到的目的路...