CHMOD

Impostazioni dei permessi delle cartelle web:

read yes = 4
write yes = 2
execute yes = 1

permessi

read

write

execute

esempio

owner

x

x

x

7

group

x

 

x

5

other

x

 

x

5

Un pensiero su “CHMOD”

  1. 0477
    -r–rwxrwx
    owner has read only (4), other and group has rwx (7)
    0677
    -rw-rwxrwx
    owner has rw only(6), other and group has rwx (7)
    0444
    -r–r–r–
    all have read only (4)
    0666
    -rw-rw-rw-
    all have rw only (6)
    0400
    -r——–
    owner has read only(4), group and others have no permission(0)
    0600
    -rw——-
    owner has rw only, group and others have no permission
    0470
    -r–rwx—
    owner has read only, group has rwx, others have no permission
    0407
    -r—–rwx
    owner has read only, other has rwx, group has no permission
    0670
    -rw-rwx—
    owner has rw only, group has rwx, others have no permission
    0607
    -rw—-rwx
    owner has rw only, group has no permission and others have rwx

    Elenco completo dei comandi CHMOD: http://www.askapache.com/security/chmod-stat.html#chmod-0-to-7777

Lascia un commento

Il tuo indirizzo email non sarĂ  pubblicato.

You can add images to your comment by clicking here.