The correct syntax for a recursive chmod command in Terminal
I have tried all of the following commands in Terminal:
sudo chmod 777 -r /Volumes/...
sudo chmod -r 777 /Volumes/...
sudo chmod a+rw -r /Volumes/...
sudo chmod -r a+rw /Volumes/...
...all of which being back a 'no such file or directory' error, e.g.
sudo chmod 777 -r /Volumes/232Gb
chmod: -r: No such file or directory
Can anyone confirm the correct syntax for this command?
Thanks in advance...
Message was edited by: ChippyDeluxe
MacBook, Mac OS X (10.6.6)