chmod 設定權限 發佈日期: 2019/06/03 作者: slanla 設定test資料夾下的所有檔案權限 find test -type f -exec chmod 644 {} + 設定test資料夾下的所有資料夾權限 find test -type d -exec chmod 755 {} +