Multiple pages(chisel to chroot) : Add Korean Translation (#3586)

This commit is contained in:
Proscream
2019-11-20 02:22:39 +09:00
committed by Starbeamrainbowlabs
parent 0f1332a5d5
commit bfbe15c8e4
5 changed files with 118 additions and 0 deletions

11
pages.ko/common/chroot.md Normal file
View File

@@ -0,0 +1,11 @@
# chroot
> 특수 루트 디렉토리를 사용하여 명령 또는 대화형 쉘 실행.
- 새로운 루트 디렉토리로 명령어 실행:
`chroot {{/경로/새로운/루트/디렉토리}} {{명령어}}`
- 사용할 사용자 및 그룹(ID 또는 이름) 지정:
`chroot --userspec={{사용자:그룹}}`