linux/f*: add Korean translation (#14703)

* linux/f*: add Korean translation

* finch: fix Korean tranlsation

* Update pages.ko/linux/fprintd-verify.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-09 13:26:42 +09:00
committed by GitHub
parent 50ba22c4b1
commit 6acaad1270
39 changed files with 895 additions and 0 deletions

20
pages.ko/linux/fscrypt.md Normal file
View File

@@ -0,0 +1,20 @@
# fscrypt
> Linux 파일 시스템 암호화를 관리하는 Go 도구.
> 더 많은 정보: <https://github.com/google/fscrypt>.
- fscrypt를 사용하기 위해 루트 파일 시스템 준비:
`fscrypt setup`
- 디렉터리에 파일 시스템 암호화 활성화:
`fscrypt encrypt {{경로/대상/폴더}}`
- 암호화된 디렉터리 잠금 해제:
`fscrypt unlock {{경로/대상/암호화된_폴더}}`
- 암호화된 디렉터리 잠금:
`fscrypt lock {{경로/대상/암호화된_폴더}}`