Linux view port command not found?

Scenario: After installing MySQL in a new Linux system, check whether the port is started and report an error.

Error message: -bash: netstat: command not found

If you get the command not found error above, you can install it with the following command

yum install net-tools

Guess you like

Origin blog.csdn.net/weirdo_world/article/details/126588932