linux,chmod如何更改所有子目录的权限,要包括隐藏文件

for file in `find . -print` 
do
chmod 777 -R $file
done
posted @ 2016-01-27 20:02  路人浅笑  阅读(2930)  评论(0编辑  收藏  举报