Linux command: Change permission of files or folders

Here are some linux commands to change the permission of files and folders/directories. chmod is used change the file system mode / permission of files and folders. Change Particular File and Folder Permission This will give 775 permission to test directory which is insde /var/www directory chmod 775 /var/www/test This will give 664 permission to … Read more