/ Published in: Bash
Expand |
Embed | Plain Text
//change directory permission find /xxx/xxx/xxx -type d -exec chmod 755 {} \; //change file permission find /xxx/xxx/xxx -type f -exec chmod 644 {} \;
You need to login to post a comment.
//change directory permission find /xxx/xxx/xxx -type d -exec chmod 755 {} \; //change file permission find /xxx/xxx/xxx -type f -exec chmod 644 {} \;
You need to login to post a comment.