在类似Unix的操作系统上,chroot命令从另一个目录运行命令或交互式shell,并将该目录视为root。此过程称为更改根目录,新的根目录称为chroot jail。 有关命令的历史记录和其他信息,请参见chroot定义。 本文档介绍chroot的GNU / Linux版本。
查看英文版
1 chroot 运行系统环境
2 chroot 语法
Linux
chroot [OPTION] NEWROOT [COMMAND [ARG]...]
chroot运行COMMAND并将根目录设置为NEWROOT。
OPTION可能是以下之一:
--userspec=USER:GROUP |
指定要使用的用户和组。USER和GROUP可以通过名称或数字ID指定。 |
--groups=G_LIST |
将补充组指定为g1 ,g2 ,..,gN |
--help |
显示帮助消息,然后退出。 |
--version |
输出版本信息,然后退出。 |
如果未指定命令,则chroot将执行命令' $ {SHELL} -i '。默认情况下,这是' / bin / sh -i '。这会将您作为root放入NEWROOT目录中的sh shell 中。
查看英文版
cut | cu | csplit | crontab | cpio | continue | compress | col | cmp | cksum | chsh | chkey | cd | chmod | cp | comm | chown | cal | calendar | clear | chfn | cancel | cat | cc | cfdisk | checkeq | checknr | chgrp |
未知的网友