How to Recursively Change Permissions, Only Files / Directories, Chmod
Sometimes we have the need to recursively change the permissions, but only for either files or directories. Here’s a handy way to do this, from the command line. *Note: Being recursive, these are powerful commands, and can change a whole bunch of things, in a very short amount of time. Please do . . . Read more