This is the place where I store the words when I surfing. Share with u. 这里放着我在网上看到的文章,和你一起分享。
find /path/to/apache -type f -print0 | xargs -I {} -0 chmod 0644 {}
find /path/to/apache -type d -print0 | xargs -I {} -0 chmod 0755 {}
Post a Comment
No comments:
Post a Comment