changing permission for files and folder recursively using shell command in mac

Viewed 137655

In Linux we can use the following command to change permission mode of the files and folders recursively.

find "/Users/Test/Desktop/PATH" -exec * chmod 777 {} \;

how could i do the same for mac as i m getting the following error repeatatively.

find: TEST_FILE: No such file or directory

5 Answers

IF they Give Path Directory Error!

In MAC Then Go to Folder Get Info and Open Storage and Permission change to privileges Read To Write

Related