設定test資料夾下的所有檔案權限
find test -type f -exec chmod 644 {} +
設定test資料夾下的所有資料夾權限
find test -type d -exec chmod 755 {} +
文章短網址: https://slanla.com/__4yas1u
設定test資料夾下的所有檔案權限
find test -type f -exec chmod 644 {} +
設定test資料夾下的所有資料夾權限
find test -type d -exec chmod 755 {} +