CHROOT(8) | ユーザーコマンド | CHROOT(8) |
chroot - コマンドや対話的シェルを特別なルートディレクトリで実行する
chroot [OPTION] NEWROOT [COMMAND
[ARG]...]
chroot OPTION
ルートディレクトリを NEWROOT に設定してコマンドを実行します。
コマンドが指定されなかった場合、 '${SHELL} -i' (デフォルトでは '/bin/sh -i') を実行します。
GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/> chroot の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。 完全な文書は <http://www.gnu.org/software/coreutils/chroot> にあります。 ローカルでは info '(coreutils) chroot invocation' で参照できます。
作者 Roland McGrath。
Copyright © 2016 Free Software Foundation, Inc.
ライセンス GPLv3+: GNU GPL version 3 or later
<http://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 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、 info および chroot のプログラムが正しくインストールされているならば、コマンド
を使用すると完全なマニュアルを読むことができるはずだ。
2016年2月 | GNU coreutils |