Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Translations:Install/Chroot/12/zh-cn
Jump to navigation
Jump to search
在 chroot 中更改默认的命令提示符也是一个好主意。这样可以避免在你必须更换终端时出现混乱。使用这个命令:
chroot # export PS1="(chroot) $PS1"
在 chroot 中测试互联网名称的解析:
chroot # ping -c 5 google.com