1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.ko/linux/matchpathcon.md
코드싸이 c369e30f73
linux/man: update Korean translation, linux/m*: add Korean translation (#14709)
* linux/man: update Korean translation

* linux/m*: add Korean translation
2024-11-09 13:27:56 +09:00

17 lines
647 B
Markdown

# matchpathcon
> 경로의 지속적인 SELinux 보안 컨텍스트 설정을 조회합니다.
> 같이 보기: `semanage-fcontext`, `secon`, `chcon`, `restorecon`.
> 더 많은 정보: <https://manned.org/matchpathcon.8>.
- 절대 경로의 지속적인 보안 컨텍스트 설정 조회:
`matchpathcon {{/경로/대상/파일}}`
- 특정 파일 유형에 대한 설정으로 조회 제한:
`matchpathcon -m {{file|dir|pipe|chr_file|blk_file|lnk_file|sock_file}} {{/경로/대상/파일}}`
- 경로의 지속적인 보안 컨텍스트와 현재 보안 컨텍스트가 일치하는지 [v]확인:
`matchpathcon -V {{/경로/대상/파일}}`