From 6060d000106b33a0da1d085a042fc5b2096b5af2 Mon Sep 17 00:00:00 2001 From: carolinewuyan <309866211@qq.com> Date: Wed, 5 Mar 2014 10:39:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../10 Useful Random Linux Interview Questions and Answers_t.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translated/10 Useful Random Linux Interview Questions and Answers_t.md b/translated/10 Useful Random Linux Interview Questions and Answers_t.md index cc570f76eb..889f652270 100644 --- a/translated/10 Useful Random Linux Interview Questions and Answers_t.md +++ b/translated/10 Useful Random Linux Interview Questions and Answers_t.md @@ -53,7 +53,7 @@ > **答案**: 当你尝试杀X server的进程时,系统不会让你像使用'/etc/init.d/gdm stop'一样正常的退出X server。我们需要执行一个使X server重启的特别的键位组合'Ctrl+ Alt+ Back Space'。 -6.告诉我命令'ping'和'ping6'的区别? +6.告诉我命令'ping'和'ping6'的区别? > **答案**: 这两个命令有同样的功能,但'ping6'命令可被用于ipv6的IP地址。