Il Sistema dei Permessi
ls -la file.txt
# -rwxr-xr-- 1 elfrid staff 4096 Apr 26 file.txt
# rwx = owner: leggi scrivi esegui
# r-x = group: leggi esegui
# r-- = other: solo leggi
chmod
chmod 755 script.sh # rwxr-xr-x
chmod 644 file.txt # rw-r--r--
chmod 600 chiave.key # rw------- solo owner
chm...
ls -la file.txt
# -rwxr-xr-- 1 elfrid staff 4096 Apr 26 file.txt
# rwx = owner: leggi scrivi esegui
# r-x = group: leggi esegui
# r-- = other: solo leggi
chmod
chmod 755 script.sh # rwxr-xr-x
chmod 644 file.txt # rw-r--r--
chmod 600 chiave.key # rw------- solo owner
chm...
Contenuto riservato ai membri
Registrati gratis per accedere al corso completo, ai quiz e ai PDF scaricabili.
Crea account gratis → Ho già un account
Nessun commento ancora. Sii il primo!