Netstat not found on Fedora
Today, while doing initial setup on a Fedora 20 server, I got this error:
bash: netstat: command not found
In times of an article crisis, any note will do, as long as search engines don’t think the blog’s abandoned.
You can find the package you need with yum:
yum provides netstat
You get this in response:
net-tools-2.0-0.15.20131119git.fc20.x86_64 : Basic networking tools
Repo : fedora
Matched from:
Filename : /bin/netstat
Install what’s needed:
yum install net-tools -y
Use it.