find process using port and kill code example Example: kill all process at port lsof -ti tcp:2525 | xargs kill