Using chmod command we can change the permissions of files and directories. Sometimes, we need to change the permissions of a directory and all its subfolders and files. In these cases, we use -R option to recursively apply permission to all subfolders and files:
Continue Reading...