CHMOD generátor | http://www.openir.hu/chmod
Jogosultság:
- u - User who owns the file. (A fájl tulajdonosa)
- g - Group that owns the file. (A csoport melynek a tulajdona a fájl)
- o - Other. (más)
- a - All. (mind)
- r - Read the file. (olvasási jog a fájlon)
- w - Write or edit the file. (írás jog a fájlon)
- x - Execute or run the file as a program. (futtási jog)
Szintaktika:
Jogosultság számokkal:
- 400 read by owner (A tulajdonos olvashatja)
- 040 read by group (Csoport olvashatja)
- 004 read by anybody (other) (bárki olvashatja)
- 200 write by owner (A tulajdonos írás jogosultsága)
- 020 write by group (Csoport írás jogosultsága)
- 002 write by anybody (Bárki írhatja)
- 100 execute by owner (Csak a tulajdonos futtathatja)
- 010 execute by group (A csoport futatthatja)
- 001 execute by anybody (Bárki futatthatja)
Chmod kapcsolók
- -c, --changes Bőbeszédű tájékoztatás a változásokról
- --no-preserve-root do not treat `/' specially (the default)
- --preserve-root fail to operate recursively on `/'
- -f, --silent, --quiet Csendes üzemmód
- -v, verbose bőbeszédű kimenet, statisztikai adatokkal
- --reference=RFILE use RFILE's mode instead of MODE values
- -R, --recursive Rekurzívan végzendő művelet!
- --help Segítségkérés
- --version információt kapunk a verzióról
- man chmod