Created
January 22, 2019 08:22
-
-
Save xiaoysh8/f79abb7147bfdbea2fdea8641758fe26 to your computer and use it in GitHub Desktop.
linux play
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
| /** 端口查看 删除进程 */ | |
| ps aut | grep ** | |
| netstat -anp | grep | |
| lsof -i:80 | |
| kill -9 PID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment