how to use chmod be careful about the . and ..
when the permission is changed , git will find it ..
find ./bin -type f -exec chmod a+r+x {} +
chmod 644 ./
chomd 755 ./
chmod a+x ~
chmod a+rx html
chmod a+r html/index.html
find ~/html/images -type d -exec chmod a+rx {} +
find ~/html/images -type f -exec chmod a+r {} +
阅读量: 868
发布于:
修改于:
发布于:
修改于: