Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Translations:Install/Chroot/12/zh-cn
Revision as of 10:18, April 8, 2021 by Mmwweettyy (talk | contribs) (Created page with "在 chroot 中更改默认的命令提示符也是一个好主意。这样可以避免在你必须更换终端时出现混乱。使用这个命令: {{console|body=%chroot% #...")
在 chroot 中更改默认的命令提示符也是一个好主意。这样可以避免在你必须更换终端时出现混乱。使用这个命令:
chroot # export PS1="(chroot) $PS1"
在 chroot 中测试互联网名称的解析:
chroot # ping -c 5 google.com