/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//change directory permission find /xxx/xxx/xxx -type d -exec chmod 755 {} \; //change file permission find /xxx/xxx/xxx -type f -exec chmod 644 {} \;