아래와 같이 명령어를 입력하면 해당 하드웨어의 정보를 보여 준다.
CPU
> cat /proc/cpuinfo
Devices
> cat /proc/devices
mount
> cat /proc/mounts
pagetype
> cat /proc/pagetypeinfo
Swap
> cat /proc/swaps
interrupt
> cat /proc/interrupts
memory
> cat /proc/meminfo
Network
> cat /proc/net/netlink
pci
> cat /proc/net/pci
partition
> cat /proc/net/partitions
사용중인 filesystem
> cat /proc/filesystems
동작하는 모듈
> cat /proc/modules (or lsmod)
리눅스 버전 및 기타 정보
> cat /proc/version
> cat /etc/issue
리눅스 장치 관리자
# yast
하드웨어 점검 (재부팅 하기전에)
# sync
재부팅
# shutdown -r now
# reboot
종료
# shutdown
( 그외 기타 정보는 shutdown --help )
IP
> cat /etc/sysconfig/network/ifcfg-eth0 (수정 가능)
( 샘플 : ifcfg.template, 로컬 : ifcfg-lo )
Gateway
> cat /etc/sysconfig/network/routes (수정 가능)
DNS
> cat /etc/resolv.conf (수정 가능)
CPU
> cat /proc/cpuinfo
Devices
> cat /proc/devices
mount
> cat /proc/mounts
pagetype
> cat /proc/pagetypeinfo
Swap
> cat /proc/swaps
interrupt
> cat /proc/interrupts
memory
> cat /proc/meminfo
Network
> cat /proc/net/netlink
pci
> cat /proc/net/pci
partition
> cat /proc/net/partitions
사용중인 filesystem
> cat /proc/filesystems
동작하는 모듈
> cat /proc/modules (or lsmod)
리눅스 버전 및 기타 정보
> cat /proc/version
> cat /etc/issue
리눅스 장치 관리자
# yast
하드웨어 점검 (재부팅 하기전에)
# sync
재부팅
# shutdown -r now
# reboot
종료
# shutdown
( 그외 기타 정보는 shutdown --help )
IP
> cat /etc/sysconfig/network/ifcfg-eth0 (수정 가능)
( 샘플 : ifcfg.template, 로컬 : ifcfg-lo )
Gateway
> cat /etc/sysconfig/network/routes (수정 가능)
DNS
> cat /etc/resolv.conf (수정 가능)
'[ Programing ] > OS - Linux' 카테고리의 다른 글
[Linux] ssh 비밀번호 없이 접속하기 (0) | 2010.09.10 |
---|---|
[Linux] 라이브러리 관련 명령어 및 위치 (0) | 2010.09.10 |
[Linux] VI 에디터 명령어 (1) | 2010.06.29 |
[Linux] gdb 디버깅 명령어 - thread 관련 (0) | 2010.06.21 |
[Linux] gdb 디버깅 명령어 (0) | 2010.06.21 |