Answers for "bash: netstat: command not found"

0

bash: netstat: command not found

apt-get install net-tools
Posted by: Guest on June-01-2021
5

install netstat linux centos 7

# yum install net-tools     [On CentOS/RHEL]
# apt install net-tools     [On Debian/Ubuntu]
# zypper install net-tools  [On OpenSuse]
# pacman -S netstat-nat     [On Arch Linux]
Posted by: Guest on September-02-2020

Code answers related to "bash: netstat: command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language