Linux OS/Tip

Linux 하드웨어 정보 확인하기 (lshw)

서버엔지니어 2023. 3. 26.
728x90

* CentOS 아래와 같이 yum 으로 설치 가능했습니다.

# rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
# yum install lshw

아래 경로에서 원하는 버전을 다운로드 받습니다.

다운로드 URL : http://pkgs.repoforge.org/lshw/

1. 설치

# cd /usr/local/src
# wget http://pkgs.repoforge.org/lshw/lshw-2.16-1.el6.rf.x86_64.rpm
# rpm -ivh lshw-2.16-1.e16.rf.x86_64.rpm

2. 사용법

# lshw               // 상세보기
또는
# lshw -short    // 간략히 보기

댓글