2010年10月24日 星期日

chmod recursive

chmod recursive


檔案:
find -type 路徑 f -print0 |xargs -0 chmod 權限 資料夾

目錄:
find -type 路徑 d -print0 |xargs -0 chmod 權限 資料夾

沒有留言:

張貼留言