Last active
April 17, 2020 06:00
-
-
Save workze/0eca2e39237455cd86cd7cfc7883a9e0 to your computer and use it in GitHub Desktop.
linux 端口 port netstat net
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netstat -tunpl | grep 3306 | |
netstat -nap | grep 8000 | |
netstat -nal | grep 8000 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment