使用chmod 設定權限

使用chmod 設定權限

例: 設定example資料夾下的所有檔案權限

find test -type f -exec chmod 644 {} +
設定example資料夾下的所有資料夾權限

find example -type d -exec chmod 755 {} +

留言

這個網誌中的熱門文章

TeknoParrot 模擬器介紹,俗稱《鸚鵡模擬器》

[轉貼] ASP.NET傳遞參數給Crystal Report做Export或Print的動作

[轉貼] Server 端Post資料到 .ashx