755 means read and execute access for everyone and also write access for the owner of the file . When you perform chmod 755 filename command you allow everyone to read and execute the file, the owner is allowed to write to the file as well.
755 means read and execute access for everyone and also write access for the owner of the file . When you perform chmod 755 filename command you allow everyone to read and execute the file, the owner is allowed to write to the file as well.