Small Asteroid Blog

bash: netstat: command not found 본문

클라우드 및 인프라/Linux

bash: netstat: command not found

작은소행성☄️ 2021. 6. 30. 14:03
728x90

 

 

 

 

ubuntu 환경에서 네트워크 상태를 확인하기 위해  netstat 명령어를 사용했는데

bash: netstat: command not found 가 나왔다. 

 

netstat 를 설치하려면 net-tools 를 설치해주면 된다. 

 

#ubuntu
apt install net-tools
#CentOS
yum install net-tools

 

 

 

 

 

 

 

 

728x90
반응형