rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)
* linux/rm: update Korean translation * linux/r*: add Korean translation * rpicam-raw: fix typo
This commit is contained in:
25
pages.ko/linux/restorecon.md
Normal file
25
pages.ko/linux/restorecon.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# restorecon
|
||||
|
||||
> SELinux 보안 컨텍스트를 파일/디렉토리의 지속적인 규칙에 따라 복원.
|
||||
> 같이 보기: `semanage-fcontext`.
|
||||
> 더 많은 정보: <https://manned.org/restorecon>.
|
||||
|
||||
- 파일 또는 디렉토리의 현재 보안 컨텍스트 보기:
|
||||
|
||||
`ls -dlZ {{경로/대상/파일_또는_폴더}}`
|
||||
|
||||
- 파일 또는 디렉토리의 보안 컨텍스트 복원:
|
||||
|
||||
`restorecon {{경로/대상/파일_또는_폴더}}`
|
||||
|
||||
- 디렉토리의 보안 컨텍스트를 재귀적으로 복원하고 변경된 레이블 모두 표시:
|
||||
|
||||
`restorecon -R -v {{경로/대상/폴더}}`
|
||||
|
||||
- 디렉토리의 보안 컨텍스트를 재귀적으로 복원하며, 모든 사용 가능한 스레드를 이용하고 진행 상황 표시:
|
||||
|
||||
`restorecon -R -T {{0}} -p {{경로/대상/폴더}}`
|
||||
|
||||
- 적용하지 않고 변경될 레이블 미리 보기:
|
||||
|
||||
`restorecon -R -n -v {{경로/대상/폴더}}`
|
Reference in New Issue
Block a user