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

33
pages.ko/linux/mokutil.md Normal file
View File

@@ -0,0 +1,33 @@
# mokutil
> Secure Boot Machine Owner Keys (MOK)를 구성.
> Secure Boot 활성화/비활성화 또는 키 등록과 같은 일부 작업은 재부팅이 필요합니다.
> 더 많은 정보: <https://github.com/lcp/mokutil>.
- Secure Boot가 활성화되어 있는지 표시:
`mokutil --sb-state`
- Secure Boot 활성화:
`mokutil --enable-validation`
- Secure Boot 비활성화:
`mokutil --disable-validation`
- 등록된 키 나열:
`mokutil --list-enrolled`
- 새 키 등록:
`mokutil --import {{경로/대상/키.der}}`
- 등록될 키 나열:
`mokutil --list-new`
- shim 자세히 설정:
`mokutil --set-verbosity true`