我想chmod 555在我使用以下命令获得的所有文件和目录上执行(它返回目录 test 以及其中的所有文件和目录):
chmod 555
find ~/.config/google-chrome -type d -name test -exec find {} \;
find
find ×1