In this post i will show you how to forcefully close any application in Linux. I was using JDeveloper and unfortunately it got hang I tried to close it but i was unable to do it. I was looking some functionality like task manager in windows and found some commands to do this task.
Following are some steps to do it.
1) Type “top” command in terminal and hit enter, you will see the running processes
2) Find the PID of that application
3) Then use “sudo killall [PID of that application]” and hit enter.
Now your application has closed successfully.
Following are some steps to do it.
1) Type “top” command in terminal and hit enter, you will see the running processes
2) Find the PID of that application
3) Then use “sudo killall [PID of that application]” and hit enter.
Now your application has closed successfully.