Difference between revisions of "Translations:Install/Chroot/12/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "在 chroot 中更改默认的命令提示符也是一个好主意。这样可以避免在你必须更换终端时出现混乱。使用这个命令: {{console|body=%chroot% #...")
 
(No difference)

Latest revision as of 10:18, April 8, 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Chroot)
Test internet name resolution from within the chroot:
{{console|body=%chroot% ##i##ping -c 5 google.com}}

在 chroot 中更改默认的命令提示符也是一个好主意。这样可以避免在你必须更换终端时出现混乱。使用这个命令:

chroot # export PS1="(chroot) $PS1"

在 chroot 中测试互联网名称的解析:

chroot # ping -c 5 google.com