Ubuntu: Kill port process
To kill a nasty process that takes up port in Ubuntu type:
sudo kill $(sudo lsof -t -i:PORT)
where PORT is the port the * nasty process * is taking up.
ex.
sudo kill $(sudo lsof -t -i:3000)
Written by Alexander
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#