zc qq:1337220912
chmod 777 * -R,這個不能更改隱藏文件夾。 chmod 777 -R | ls -al -R,用這個,也不能更改隱藏文件夾。 用怎么用,才能把子目錄下的隱藏文件夾的權限也更改?for file in `find . -print` do chmod 777 -R $file done
for file in `find . -print` do chmod 777 -R $file done
posted on 2012-04-29 08:15 多彩人生 閱讀(3472) 評論(0) 編輯 收藏 引用 所屬分類: ubuntu
Powered by: C++博客 Copyright © 多彩人生