For my wish there is a command (kill process on port)
This command comes in handy whenever you are busy with (Java EE) development and you quickly want to stop a running a process running a particular port:
This example kills Jboss (has a port open for naming service on 1099)
lsof -ti TCP:1099 | xargs kill
About this entry
You’re currently reading “ For my wish there is a command (kill process on port) ,” an entry on Sirius ICT
- Published:
- 5.18.09 / 1pm
- Category:
- Uncategorized
No comments
Jump to comment form | comments rss [?] | trackback uri [?]