Red Hat ENTERPRISE LINUX WS 2.1 - Instalační příručka Strana 207

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 272
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 206
Important Linux features 207
DONE
INDEX
INDEX
make fila writable for all users
-rw-rw-rw- user group 102 Apr 10 12.20 fila
chmod ug+x fila
make fila executable for the owner and the group
-rwxrwxrw- user group 102 Apr 10 12.20 fila
chmod o-w fila
make fila not writable for others
-rwxrwxr-- user group 102 Apr 10 12.20 fila
chmod -R +w dira
make the directory tree dira, including all files and sub directories, writable
for all users
2. using the numerical representation: chmod xxx filename
chmod 444 fila
make fila readable for all users
-r--r--r-- user group 102 Apr 10 12.20 fila
chmod 222 fila
make fila writable for all users
--w--w--w- user group 102 Apr 10 12.20 fila
chmod 640 fila
make fila read/write for the owner, read for the group
-rw-r----- user group 102 Apr 10 12.20 fila
chmod 751 fila
Zobrazit stránku 206
1 2 ... 202 203 204 205 206 207 208 209 210 211 212 ... 271 272

Komentáře k této Příručce

Žádné komentáře