Permissions are changed by chmod command in Linux. -r flag can be used with chmod command to recursively change permissions but it will change permissions for all files and folders. If different permissions need to be set for files and folder, this can be done as: For directories, type should be d: find /path/to/chmod -type […]
↧