본문 바로가기

리눅스/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' 카테고리의 다른 글