Über die Bedeutung der Dateirechte kannst du dich im Archiv informieren. Es gibt zahlreiche Threads zu diesem Thema. Vielleicht lohnt es sich, das mal tabellarisch in einem Tipps&Tricks-Artikel zusammenzufassen ...
Meinst du das so?
Permission encoding for chmod
0 000 ---
1 001 --x
2 010 -w-
3 011 -wx
4 100 r--
5 101 r-x
6 110 rw-
7 111 rwx
Syntax:
chmod tyz myfile(s)
tyz is an octal number that represents the permissions to be assigned, and the second argument(s) are names of files which the permissions should be changed on. The first octal digit (t) represents the owner, the second digit (y) represents the group and the third digit (z) represent other. If you need to use the "sticky bit" or setuid or setgid (1000, 2000, 4000 octal values), you use four octal digits, where the three special bits forming the last three digits.
Examples:
chmod 720 myfile
Will give read, write & execute permissions to the owner, write permission to the group and no permission at all for other.
chmod 711 myfile
Gives all pemissions to the owner, execute only for group and other.
Quelle: http://www.linuxpowered.com/html/editorials/file.html#chmod
Der Yeti
Habe nun, ach! WInfo, BWL, und Mathe, Und leider auch Info!
Durchaus studiert, mit heißem Bemühn. Da steh' ich nun, ich armer Thor!
Und bin so klug als wie zuvor!