How To Change File and Directory Permissions with Chmod Recursively
We have an archive which is archived by someone else and we want to change file and directory permissions. In order to change all sub files and directories permissions we need to run chmod recursively. Recursively means please apply given permissions all given files and folders and their sub files and folders. -R or –recursive Option … Read more