CHROOT(8) | 用户命令 | CHROOT(8) |
chroot - 在特殊的根目录下运行目录或者交互式 shell
chroot [选项] 新根
[命令 [参数]...]
chroot 选项
以指定的新根为运行指定命令时的的根目录。
如果没有给定命令,则运行“"$SHELL" -i”(默认为:“/bin/sh -i”)。
由 Roland McGrath 编写。
GNU coreutils 的在线帮助:
<https://www.gnu.org/software/coreutils/>
请向 <https://translationproject.org/team/zh_CN.html>
报告翻译错误。
Copyright © 2022 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
chroot(2)
完整文档请见:
<https://www.gnu.org/software/coreutils/chroot>
或者在本地使用: info
'(coreutils) chroot invocation'
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
2022年9月 | GNU coreutils 9.1 |