In the past, I have typed in a terminal:
and it changed the permissions of all the files and subdirectories. However, I have also learned that the only way to change the permissions of all the subdirectories is to type in a terminal:Quote:
chmod 777 filepath
I guess my question is, what's the difference if they both do the same thing?Quote:
chmod --r 777 filepath

