chmod 755 – Change Access Permissions
The chmod 755 linux command is used for changing permissions for files and directories. Only the file’s owner or superuser can change the file access permissions. The chmod 755 command does the following work: It gives read, write, and execute (RWX) file permissions to the file owner. It gives read-and-execute …