Find files and chmod under linux, 在linux下搜索文件并chmod

find . -name -print | xargs -n 1 chmod +w