Skip to content

Instantly share code, notes, and snippets.

@xiaoysh8
Created January 22, 2019 08:22
Show Gist options
  • Save xiaoysh8/f79abb7147bfdbea2fdea8641758fe26 to your computer and use it in GitHub Desktop.
Save xiaoysh8/f79abb7147bfdbea2fdea8641758fe26 to your computer and use it in GitHub Desktop.
linux play
/** 端口查看 删除进程 */
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