서버관리

CentOS 7 ifconfig가 없다고 나올때

문용민 2021. 12. 20. 17:00
반응형

[root@localhost]# ip addr 

 

아무것도 보이지 않음

 

net-tools 설치하기

[root@localhost]#  yum install net-tools

 

ifconfig 명령어 실행 시 정상적으로 나옴

[root@localhost]# ifconfig

반응형