I am trying to change the permissions of a files present in a directory and subdirectories using the below command and running into below error..can anyone help?
if you have the root privilege, try:
sudo find . -type f -exec chmod 644 {} \;