본문 바로가기

리눅스/centos

[centos]centos7 ifconfig(ip addr show)

반응형

centos7 미니멀 설치 후 ifconfig 에서 다음과 같은 에러가 난다.

-bash: ifconfig: command not found

 

이유는 ip addr show 라는 명령어로 대체되었기 때문이다.

ip addr show

 

ifconfig를 사용하고 싶다면 아래 패키지를 설치하면 된다.

yum install net-tools

반응형

'리눅스 > centos' 카테고리의 다른 글

[centos]cpu memory 점유율 사용률  (0) 2014.10.29
[centos]centos7 설치 minimal  (1) 2014.10.24
[centos]열린포트 확인  (0) 2014.10.23
[centos]nf_conntrack: table full, dropping packet  (0) 2014.04.17
[mysql]db백업 table백업  (0) 2014.04.14