Permission bit of 730 for a directory? what does this mean

filesystemspermissions

I know its rwx-wx---- but what does -wx for the group mean? Can they write and execute the file but not see them? Can they overwrite file with same name or delete the file?

Best Answer

If it applies to a directory, then the members of the group can chdir to that directory and add new files, but cannot list the content.

Related Question