From 474536b40e28c48a94bc7881a518ee64b9f7a22c Mon Sep 17 00:00:00 2001 From: wxy Date: Mon, 19 May 2014 13:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=EF=BC=9A5=20Ways=20To=20Chec?= =?UTF-8?q?k=20If=20Linux=20OS=20is=2032=20bit=20or=2064=20Bit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../5 Ways To Check If Linux OS is 32 bit or 64 Bit.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename {translated/tech => published}/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md (86%) diff --git a/translated/tech/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md b/published/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md similarity index 86% rename from translated/tech/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md rename to published/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md index 09b949711f..d15d4ce6b7 100644 --- a/translated/tech/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md +++ b/published/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md @@ -19,7 +19,7 @@ #### 2.运行 ‘uname -m’ 命令 #### -一个很相似但是略有不同的方法是执行 ‘uname -m’ 命令。 +上面的命令内涵太多了,可以用这个参数直指人心:‘uname -m’ 。 例如,在我的系统里,它显示了以下信息: @@ -30,7 +30,7 @@ #### 3.使用 file 命令#### -尽管这像是一种黑客行为,但是仍然不失为一种达到目的的方法。使用这个方法,需要你运行 file 命令并带上 **/sbin/init** 作为参数。 +尽管这样做纯粹是炫耀技巧,但是仍然不失为一种达到目的的方法。使用这个方法,需要你运行 file 命令并带上 **/sbin/init** 作为参数。 举个例子: @@ -41,7 +41,7 @@ #### 4. 使用 arch 命令 #### -另外一个可以选择的方法是使用 arch 命令,这个命令用于打印机器的硬件名称。 +另外一个可以选择的方法是使用 arch 命令,这个命令用于输出机器的硬件名称。 这里有一个示例: @@ -52,7 +52,7 @@ #### 5. 通过系统设置的方法 #### -如果你使用的是 Ubuntu 12.04 或更高, 你可以很简单地在** AllSettings -> Details**里查看你的系统结构。 +如果你使用的是 Ubuntu 12.04 或更高, 你可以很简单地在** All Settings -> Details**里查看你的系统结构。 ![details](http://mylinuxbook.com/wp-content/uploads/2014/04/details.png)