mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
313 B
313 B
chroot
특수 루트 디렉토리를 사용하여 명령 또는 대화형 쉘 실행.
- 새로운 루트 디렉토리로 명령어 실행:
chroot {{/경로/새로운/루트/디렉토리}} {{명령어}}
- 사용할 사용자 및 그룹(ID 또는 이름) 지정:
chroot --userspec={{사용자:그룹}}