한국어

네트워킹

온누리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

 

조회 수 :
175811
등록일 :
2013.04.08
09:40:07 (*.160.42.88)
엮인글 :
http://webs.co.kr/index.php?document_srl=19792&act=trackback&key=6e2
게시글 주소 :
http://webs.co.kr/index.php?document_srl=19792
List of Articles
번호 제목 글쓴이 조회 수 추천 수sort 날짜
123 vi 에디터에서 ^M 문자 한번에 모두 지우기 ( ^M, ^L을 이해하자) admin 15143   2019-06-20
 
122 데비안 제시 jessie 소스리스트 sourcelist admin 13988   2019-06-17
 
121 File Descriptor (파일 디스크립터) 설명 무엇인가 사용방법 admin 18551   2019-06-01
 
120 Start / Stop and Restart Apache 2 Web Server Command 아파치 시작 스톱 명령어 admin 37121   2019-04-08
 
119 DebianPackageManagement admin 12332   2019-04-08
 
118 Tls ssl admin 10025   2020-02-13
 
117 Redis 소개와 설치 방법, 보안 설정 방법(ip 허용, 비밀번호 설정)등 빠르게 세팅하기 admin 15028   2020-01-10
 
116 debian Ubuntu 에서 Timezone 확인 및 변경하기 쉽게 간단하게 date time admin 14730   2019-11-09
 
115 Install Missing ifconfig Command on Debian ip address admin 26620   2019-11-05
 
114 데비안 vs 우분투 : 데스크탑과 서버로 비교 해외 글 과 댓글 admin 26201   2019-10-31
 
113 Debian vs Ubuntu: Compared as a Desktop and as a Server 데비안 vs 우분투 비교 admin 16095   2019-10-31
 
112 리눅스 우분투, 32비트 64비트 확인 명령어 admin 16826   2019-01-06
 
111 How to install a Debian 9 (Stretch) Minimal Server 데비안 9 설치 admin 63742   2018-06-13
 
110 Which is better, GCC or Clang? admin 63177   2018-06-13
 
109 [리눅스] 부팅 시 자동 실행 프로그램 등록|작성자 나눔HN admin 32847   2018-06-01
 
108 리눅스 서버 유지보수 점검 메인터넌스 상황 파악 admin 18627   2018-04-14
 
107 Top 20 OpenSSH Server Best Security Practices 보안 대책 실제 적용 admin 23588   2018-04-14
 
106 Start Stop Restart Apache 2 Web Server Command Debian Ubuntu CentOS RHEL Fedora admin 18062   2018-04-14
 
105 리눅스 한글 2014 뷰어 다운로드 - hwpviewer admin 19746   2018-03-28
 
104 리눅스를 백업 복구 tar admin 21930   2018-03-28
 
103 zip 압축 파일 및 텍스트 파일의 한글 깨짐 해결 방법 admin 30340   2018-03-28
 
102 Lnux export how to admin 23727   2017-12-17
 
101 What's the difference between “adduser” and “useradd”? admin 22445   2017-12-15
 
100 useradd Command 리눅스 admin 63914   2017-12-15
 
99 How To Install Java with Apt-Get on Ubuntu 16.04 oracle java admin 47474   2017-10-13
 
98 우분투 Linux(Ubuntu)에 Java설치 및 환경 설정하는 방법 admin 25712   2017-10-13
 
97 우분투 다운로드 사이트 주소 ubuntu download 16.04.3 17.04 site link admin 26361   2017-10-13
 
96 How to install Java on linux with no Internet connectivity (using local repository) admin 42341   2017-10-01
 
95 윈도우 ssh 접속 프로그램 admin 31635   2017-09-29
 
94 openvpn Easy Windows Guide admin 121654   2017-09-20