当前位置: 首页闲谈正文 方式一,使用 xargs 命令:find ./ -type f -name ".txt" |xargs chmod 777 方式二,使用exec命令:find ./ -type f -name ".txt" -exec chmod 777 {} 蔡俊伟 打赏 链接