Après avoir fait référence à " man ls", il montre " ls -Z" peut afficher le contexte de sécurité:
-Z, --context
Display security context so it fits on most displays. Displays only mode, user, group, security context and file name.
En exécutant la ls -Zcommande " ", la sortie aime ceci:
[root@localhost ~]# ls -Z
-rw-------. root root system_u:object_r:admin_home_t:s0 anaconda-ks.cfg
drwxrwxrwx. root root unconfined_u:object_r:admin_home_t:s0 backup
Comment comprendre le contexte de sécurité: unconfined_u:object_r:admin_home_t:s0? Le " man ls" ne fournit pas les informations.