I want to chmod a lot of files and directories. As x indicates list for directories and execute for regular files I'd like to apply rw for files and rwx for directories. Is it possible using only the chmod command?
If it isn't, what is the most convenient way?
Doing a chmod -R 770 isn't a possibility as I don't want the regular files to become executable.
