Linux
netstat: command not found 해결 방법 (arp, route, iptunnel, ipmaddr, ifconfig 동일)
덩덩
2020. 1. 19. 16:45
1. 환경
SuSE Linux 15 이상
2. 증상
netstat, arp, route, iptunnel, ipmaddr, ifconfig 명령어 사용 시 command not found 오류 발생
hanadb:~ # netstat -an
netstat: command not found
3. 원인
SuSE Linux 15 버전부터 arp, route, netstat, iptunnel, ipmaddr, ifconfig 명령어가 Deprecated 됨
4. 해결 방법
Replaced 된 명령어로 대체하여 사용하거나,
net-tools-deprecated 패키지 설치 (zypper install net-tools-deprecated)