开发者目录
命令大全
JSONPath工具
联系我们
chroot 命令
指定根目录和权限并运行交互式shell。
以新的根目录运行命令:
chroot {{/path/to/new/root}} {{command}}
指定要使用的用户和组(ID或名称):
chroot --userspec={{user:group}}