Forum Moderators: open
So I type:
chmod -R u=rw,go=r *.html
The effect is that only the files in the current directory are changed. No recursion takes place. To verify, I used the -v (verbose) option; and, as I thought, the recursion does not take place.
Have I missed something here? Or is there an issue with the -R option to the chmod command?
Any help is greatly appreciated.