This is where I post snippets of information about Information Technology. It is mostly for my own reference but I hope that others will find it useful and comments are welcome.
Wednesday, July 02, 2014
what process is using my port?
socket.error: [Errno 98] Address already in use
[red@localhost deamon]$ lsof -i :9999
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
python 5702 red 3u IPv4 23391 0t0 TCP localhost.localdomain:distinct (LISTEN)
No comments:
Post a Comment