Skip to content

Instantly share code, notes, and snippets.

@holyzfy
Created June 24, 2016 06:12
Show Gist options
  • Save holyzfy/47c0db4cb1168d0a49f6881740976be9 to your computer and use it in GitHub Desktop.
Save holyzfy/47c0db4cb1168d0a49f6881740976be9 to your computer and use it in GitHub Desktop.
根据端口查找进程
```bash
lsof -i tcp:8021
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment