apt install net-tools

    bash: netstat: command not found

    bash: netstat: command not found

    ubuntu 환경에서 네트워크 상태를 확인하기 위해 netstat 명령어를 사용했는데 bash: netstat: command not found 가 나왔다. netstat 를 설치하려면 net-tools 를 설치해주면 된다. #ubuntu apt install net-tools #CentOS yum install net-tools