Find and automatically chmod

Hello everyone, my friend is asking for yOur Help. He is asking the script for combined find and changemode utility... Thank you

Could you please be more explicit? Which files are you searching for? What should be the file permissions?

He's trying to make a command that would search for ANY file and would change file permissions executable to all users :smiley:

This link would help you..

find / -type f -exec CHMOD 777 {} 

but you need access to write to each file uid = 0