Zurück zu LPIC-1 PBQs
PBQ 4: File Permissions

LPIC-1 101-500 | Topic 104.5

Szenario

Du konfigurierst Dateiberechtigungen auf einem Linux-Server. Gib für jede Beschreibung sowohl die numerische (z.B. 755) als auch die symbolische (z.B. rwxr-xr-x) Darstellung an.

Hinweis: r=4, w=2, x=1
Beispiel: 7=rwx (4+2+1), 5=r-x (4+0+1), 0=--- (0+0+0)

Owner full, group/others read-only

Owner full, group read+execute, others none

Owner read+write, group read, others none

Everyone read+write+execute

Owner full, group+others read+execute

Owner read+write, no access for others