linux/man: update Korean translation, linux/m*: add Korean translation (#14709)

* linux/man: update Korean translation

* linux/m*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 13:27:56 +09:00
committed by GitHub
parent 340dd5cc12
commit c369e30f73
56 changed files with 1134 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
# 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 {{/경로/대상/파일}}`