I am trying to kill a process in the command line for a specific port in ubuntu.
If I run this command I get the port:
sudo lsof -t -i:9001 >
sudo lsof -t -i:9001
sudo kill `sudo lsof -t -i:9001`
you don't have to add the -9signal option
-9