" man ls
"를 참조한 후 ls -Z
보안 컨텍스트를 표시 할 수있는 " "가 표시됩니다.
-Z, --context
Display security context so it fits on most displays. Displays only mode, user, group, security context and file name.
" ls -Z
"명령을 실행하면 출력이 다음과 같습니다.
[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
보안 컨텍스트를 이해하는 방법 : unconfined_u:object_r:admin_home_t:s0
? " man ls
"는 정보를 제공하지 않습니다.