chmod 755 - Change Access Permissions
chmod 755 linux command is used for changing permissions for the files and directories. Only the file's owner or superuser can change the file access permissions. chmod 755 command does following work: It gives read, write and execute (RWX) file permissions to file owner, It gives read and execute (R_X) file permissions to file's group owner and other system users. It removes write p...