/ Published in: Other
Expand |
Embed | Plain Text
find path/ -type d -exec chmod 755 {} \; find path/ -type f -exec chmod 644 {} \;
You need to login to post a comment.
find path/ -type d -exec chmod 755 {} \; find path/ -type f -exec chmod 644 {} \;
You need to login to post a comment.