SSH find command and then chmod all found
Hello,I would like to execute a file command in SSH to find all files with the 750 permissions, and then chmod ONLY the files with 750 permissions to 777.
The thing, is I can't do it to each file individually because, it would take me waaaaay to long, since I have alot of files. And this must be done, because I get an 403 error other wise.
I really need to do this, please help!
Thank you!