한국어

네트워킹

온누리070 플레이스토어 다운로드
    acrobits softphone
     온누리 070 카카오 프러스 친구추가온누리 070 카카오 프러스 친구추가친추
     카카오톡 채팅 상담 카카오톡 채팅 상담카톡
    
     라인상담
     라인으로 공유

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


http://blog.daum.net/ezway/15



리눅스 버전및 CPU등 환경정보 확인하기 위한 명령어 입니다.

 

리눅스 버전 확인

 

# cat /etc/issue

CentOS release 5.4 (Final)
Kernel \r on an \m

또는

# cat /etc/redhat-release

CentOS release 5.4 (Final)

 

리눅스 커널 버전 확인

 

# cat /proc/version

Linux version 2.6.18-164.6.1.el5 (mockbuild@builder16.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Tue Nov 3 16:18:27 EST 2009

 

OS 커널 비트수(Kernel Bits)  확인하기

 

# getconf WORD_BIT

32

 

uname 명령(unix name의 줄임말) 으로 OS Kernel Architecture  확인하기

 # uname -m

i686

 

<참고 : uname 명령어 사용법>

# uname (옵션)
>> 옵션
-a : All 모든 정보
-i : Platform 정보
-m : System Kernel Architecture 정보
-n : Nodename(Host name) 정보
-p : Processor(Processor type) 정보
-r : System OS Release 정보
-s : System OS 정보
-v : Kernel ID 정보
-X : 조금더 디테일 한 정보
-S : 호스트 이름 변경

 

* 리눅스 CPU 정보확인

 

# cat /proc/cpuinfo


processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Core(TM)2 Duo CPU     E4600  @ 2.40GHz
stepping        : 13
cpu MHz         : 2400.210
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
apicid          : 0
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm
bogomips        : 4800.42

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Core(TM)2 Duo CPU     E4600  @ 2.40GHz
stepping        : 13
cpu MHz         : 2400.210
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
apicid          : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm
bogomips        : 4799.48

 

 

* 리눅스 메모리 정보확인

 

cat /proc/meminfo
MemTotal:      2066244 kB
MemFree:       1464048 kB
Buffers:        192900 kB
Cached:         333584 kB
SwapCached:          0 kB
Active:         345652 kB
Inactive:       210044 kB
HighTotal:     1170304 kB
HighFree:       800072 kB
LowTotal:       895940 kB
LowFree:        663976 kB
SwapTotal:     4128760 kB
SwapFree:      4128760 kB
Dirty:               0 kB
Writeback:           0 kB
AnonPages:       29324 kB
Mapped:          14912 kB
Slab:            35256 kB
PageTables:       1636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5161880 kB
Committed_AS:   197200 kB
VmallocTotal:   114680 kB
VmallocUsed:      6324 kB
VmallocChunk:   108096 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     4096 kB

 

*DISK 용량 확인

 

# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup01-LogVol00
                      141G  2.4G  131G   2% /
/dev/sda1              99M   18M   76M  19% /boot
tmpfs                1009M     0 1009M   0% /dev/shm

 

조회 수 :
175415
등록일 :
2013.04.08
09:40:07 (*.160.42.88)
엮인글 :
http://www.webs.co.kr/index.php?document_srl=19792&act=trackback&key=2d0
게시글 주소 :
http://www.webs.co.kr/index.php?document_srl=19792
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
63 ftp 파일전송 여러파일을 한번에 통째로 전송 admin 2011-12-16 37548
62 스트리밍서버 / 윈도우서버 admin 2011-12-16 37453
61 리눅스 tar 압축 백업복원시 소유자 문제해결 admin 2011-12-16 37054
60 Deploying FreeRADIUS with the MySQL Cluster Database file admin 2013-03-22 37023
59 Start / Stop and Restart Apache 2 Web Server Command 아파치 시작 스톱 명령어 admin 2019-04-08 36906
58 How to start GUI from command line? admin 2014-12-21 36822
57 리눅스 시작시 부팅 시, 프로그램 자동실행 등록하기 admin 2017-08-30 36492
56 WinXP 부팅안되는 현상 NTLDR is missing 메세지 admin 2012-07-12 36270
55 Cloned VMware CentOS6 Server "device eth0 does not seem to be present, admin 2017-08-29 36023
54 Using Windows RDP to Access your Ubuntu Instance admin 2014-12-21 34853
53 문서 편집기 vi vim command 명령어 정리 admin 2014-10-29 34085
52 검색 파일리스트 만든 다음 여러파일 한방에 압축하기 admin 2012-02-14 32955
51 Linux Memory Management – Virtual Memory and Demand Paging admin 2014-03-03 32830
50 [리눅스] 부팅 시 자동 실행 프로그램 등록|작성자 나눔HN admin 2018-06-01 32624
49 리눅스 시스템 유저 추가 명령어 useradd 사용하기 admin 2014-08-09 32353
48 윈도우 ssh 접속 프로그램 admin 2017-09-29 31472
47 리눅스의 막강한 네트워크 필터 iptables admin 2012-04-15 31432
46 Name Server 설정및 이해 admin 2011-12-13 31388
45 Remote Desktop Connection from Windows 7/8 to Ubuntu 14.04 admin 2014-12-21 31368
44 [리눅스] 소프트웨어 레이드의 리빌딩 및 리싱킹 속도를 높이는 5가지 방법 admin 2014-10-17 30929
43 debian 8.8 download cd1 cd2 cd3 etc admin 2017-09-03 30703
42 VMWARE VM Error boot loader install grub - install /dev/sda or /dev/hda MBR linux admin 2016-01-27 30622
41 Install GUI on Ubuntu Server admin 2014-12-21 30415
40 Event IP 20187 admin 2013-04-08 30359
39 무료백신 여러가지 분류해놓은곳 admin 2011-12-16 30310
38 zip 압축 파일 및 텍스트 파일의 한글 깨짐 해결 방법 admin 2018-03-28 30117
37 Wireshark admin 2011-12-16 30019
36 다양한 사운드 파일있는곳 admin 2011-12-19 29877
35 Linux and Unix touch command admin 2015-11-15 28761
34 /bin/false, /sbin/nologin 의 차이점 admin 2014-10-13 28434