Created
April 30, 2016 14:53
-
-
Save imam-san/dca0b1047ef3867a8584fb8018a2cf58 to your computer and use it in GitHub Desktop.
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
| lsof -i -n -P | grep |
Author
Author
lsof -i :53237
Author
PWDX
lsof -a -p $1 -d cwd -n | tail -1 | awk '{print $NF}'
Author
lsof -i -n -P | grep TCP
Author
Window
netstat -a -o -n
taskkill /F /PID e.g28344
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
netstat -atp tcp | grep -i "listen"