하드웨어의 정보보기

 

arch

현재돌아가고 있는 cpu의 정보를 알려준다.

 

[root@dangerzo root]# arch

i686

uname

여러가지 옵션값이 있다. 간단하게 -a 의 옵션을 붙여서 한꺼번에 보는것이 속편한다.

 

[root@dangerzo root]# uname

Linux

[root@dangerzo root]# uname --help

Usage: uname [OPTION]...

Print certain system information.  With no OPTION, same as -s.

  -a, --all                print all information, in the following order:

  -s, --kernel-name        print the kernel name

  -n, --nodename           print the network node hostname

  -r, --kernel-release     print the kernel release

  -v, --kernel-version     print the kernel version

  -m, --machine            print the machine hardware name

  -p, --processor          print the processor type

  -i, --hardware-platform  print the hardware platform

  -o, --operating-system   print the operating system

      --help     ÀÌ µµ¿ò¸»À» Ç¥½ÃÇÏ°í ³¡³À´Ï´Ù

      --version  ¹öÀü Á¤º¸¸¦ Ãâ·ÂÇÏ°í ³¡³À´Ï´Ù

<bug-coreutils@gnu.org>(À¸)·Î ¹ö±×¸¦ ¾Ë·Á ÁֽʽÿÀ.

[root@dangerzo root]#

[root@dangerzo root]# uname -a

Linux dangerzo.or.kr 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux

[root@dangerzo root]#

 

해석은 알아서~!~!~!

+ Recent posts