das ist mir bekannt.
Code:
CHMOD Permissions:
4 = Read
2 = Write
1 = Execute
0 = No permission
Example to write protect a dir:
SITE CHMOD 755 mp3
First 7 is OWNER.
4+2+1 = 7 that is Read, Write and Execute (rwx) for OWNER of file/dir.
First 5 is GROUP.
4+1 is Read and Execute, NOT Write (r-x) for users in owner's GROUP.
Second 5 is OTHER.
4+1 is Read and Execute, NOT Write (r-x) for all OTHER users.
an dem lieg es wohl net