I would like to change permissions of a folder and all its sub folders and files in one step (command) in Linux.
I have already tried the below command but it works
chmod -R 755 directory_name works, but how would you keep new files to 755 also? The file's permissions becomes the default permission.
chmod -R 755 directory_name