Check which process is using specific port

This is a simple command to find out about process id binded with a port. Maybe you can kil the process.

1
	lsof -i tcp:1313
comments powered by Disqus