답변:
에서 리눅스 명령 - 실제적인 참조 :
커널 버전 및 시스템 아키텍처 표시
uname -a
배포 이름 및 버전 표시
head -n1 /etc/issue
시스템에 등록 된 모든 파티션 표시
cat /proc/partitions
시스템에서 본 총 RAM 표시
grep MemTotal /proc/meminfo
CPU 정보 표시
grep "model name" /proc/cpuinfo
디스크 SDA에 대한 정보 표시
hdparm -i /dev/sda
시험 lshw
그것은 당신이로 실행 제안합니다 root
, 그래서 시도
sudo lshw
다음은 Linux에서 하드웨어를 확인하는 명령 목록입니다. 모든 배포에서 모든 명령을 사용할 수있는 것은 아닙니다. 모든 정보를 얻으려면 루트로 시작하거나 sudo를 통해 시작하는 것이 좋습니다.
명령 : lscpu
사령부 : lshal
사령부 : lshw
명령 : lspci
명령 : lsusb
명령 : dmidecode
다음은 원하는 Linux 명령에 대한 링크입니다.
http://www.cyberciti.biz/tips/linux-command-to-gathers-up-information-about-a-linux-system.html
특히 다음과 같은 명령을 찾고 있습니다.
cat /proc/cpuinfo
free -m
cat /proc/version
그리고 2 센트 가치를 더하기 위해
hwinfo
전체 쉼표를 사용하기 전에 짧은 버전을 사용해 볼 수도 있습니다.
hwinfo --short
이미 검색중인 정보를 제공 할 수 있습니다. fll 버전은 세부 사항이 매우 풍부하므로 아마도 다음과 같이 호출하는 것이 가장 좋습니다.
hwinfo | more
그리고 lshw가 제공하는 편리한 압축 형식의 정보는 다음을 통해 얻을 수 있습니다.
sudo lshw -businfo
쉽게 읽을 수있는 출력 :
Bus info Device Class Description
========================================================
system PORTEGE R930 (PT331E)
bus PORTEGE R930
memory 128KiB BIOS
memory 6GiB System Memory
memory 4GiB SODIMM DDR3 Synchronous 1600 MHz (0,6 ns)
memory 2GiB SODIMM DDR3 Synchronous 1600 MHz (0,6 ns)
cpu@0 processor Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
memory 32KiB L1 cache
memory 256KiB L2 cache
memory 4MiB L3 cache
memory 32KiB L1 cache
pci@0000:00:00.0 bridge 3rd Gen Core processor DRAM Controller
pci@0000:00:02.0 display 3rd Gen Core processor Graphics Controller
pci@0000:00:14.0 bus 7 Series/C210 Series Chipset Family USB xHCI Host Controller
pci@0000:00:16.0 communication 7 Series/C210 Series Chipset Family
MEI Controller #1
pci@0000:00:16.3 communication 7 Series/C210 Series Chipset Family KT Controller
pci@0000:00:19.0 eth0 network 82579LM Gigabit Network Connection
pci@0000:00:1a.0 bus 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2
pci@0000:00:1b.0 multimedia 7 Series/C210 Series Chipset Family High Definition Audio Controller
pci@0000:00:1c.0 bridge 7 Series/C210 Series Chipset Family PCI Express Root Port 1
pci@0000:01:00.0 generic MMC/SD Host Controller
pci@0000:00:1c.1 bridge 7 Series/C210 Series Chipset Family PCI Express Root Port 2
pci@0000:00:1c.2 bridge 7 Series/C210 Series Chipset Family PCI Express Root Port 3
pci@0000:04:00.0 wlan0 network Centrino Advanced-N 6235
pci@0000:00:1c.5 bridge 7 Series/C210 Series Chipset Family PCI Express Root Port 6
pci@0000:00:1d.0 bus 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1
pci@0000:00:1f.0 bridge QM77 Express Chipset LPC Controller
pci@0000:00:1f.2 storage 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
scsi0 storage
scsi@0:0.0.0 /dev/sda disk 256GB TOSHIBA THNSNF25
scsi@0:0.0.0,1 /dev/sda1 volume 27GiB EXT4 volume
scsi@0:0.0.0,2 /dev/sda2 volume 210GiB Extended partition
/dev/sda5 volume 5722MiB Linux swap / Solaris partition
/dev/sda6 volume 204GiB Linux filesystem partition
scsi2 storage
scsi@2:0.0.0 /dev/cdrom disk DVD-RAM UJ8C2
power Lithium Ion Battery
power
wwan0 network Ethernet interface
lshw-gtk라는 그래픽 버전의 lshw도 있습니다.
sudo lshw-gtk &
사용중인 특정 배포판을 숙지하면 대부분의 명령을 설치해야 할 수도 있습니다 (apt-get install, yum, pacman 등).
screenFetch 라는 인기있는 비표준 스크립트 (설치가 필요함)도 있습니다 .
screenFetch는 "Bash Screenshot Information Tool"입니다. 이 편리한 Bash 스크립트는 오늘날 모든 사람의 스크린 샷에서 볼 수있는 멋진 터미널 테마 정보 + ASCII 배포 로고 중 하나를 생성하는 데 사용할 수 있습니다. 배포판을 자동 감지하고 해당 배포판 로고의 ASCII 버전과 중요한 정보를 오른쪽에 표시합니다. ASCII 아트, 색상을 지정하지 않고 정보를 표시 할 때 스크린 샷을 찍거나 스크린 샷 명령을 사용자 정의 할 수있는 옵션이 있습니다! 이 스크립트는 추가하기가 쉽고 쉽게 확장 할 수 있습니다.
dmidecode 를 사용 하여 시스템의 하드웨어 구성 요소에 대한 설명을 제공 할 수도 있습니다 .
퍼펫을 사용하여 인프라를 관리하는 경우 facter를 사용 하십시오.
facter processorcount sp_number_processors sp_current_processor_speed memorytotal operatingsystem osfamily operatingsystemrelease
processorcount => 4
sp_current_processor_speed => 2.5 GHz
sp_number_processors => 2
memorytotal => 8.00 GB
osfamily => RedHat
operatingsystem => CentOS
operatingsystemrelease => 6.5
yaml 또는 json으로 출력 할 수도 있습니다.
facter osfamily operatingsystem --json
{"osfamily":"Darwin","operatingsystem":"Darwin"}
facter osfamily operatingsystem --yaml
osfamily: Darwin
operatingsystem: Darwin
요리사는 ohai라는 비슷한 도구를 가지고 있습니다
HW 프로브 도구는 한번에 모든 하드웨어 관련 목록 기의 출력 (hwinfo, lspci를, lscpu hdparm을, smartctl, dmidecode와 등)를 수집한다.