Sometimes I have hanged NetBeans
on my Ubuntu
system. How to kill it?
aux |grep [n]etbeans
gives too much id's in order to find correct one.
killall java
kills other java applications, but not NetBeans
.
How to kill NetBeans 8.2
?
Sometimes I have hanged NetBeans
on my Ubuntu
system. How to kill it?
aux |grep [n]etbeans
gives too much id's in order to find correct one.
killall java
kills other java applications, but not NetBeans
.
How to kill NetBeans 8.2
?
You can use
Tested it and it works.
pkill --help
says thisYou can even use regular expression to filter the process name that suits your specific needs.