Kill Command is a 2016 British sci-fi activity blood and gore movie composed and coordinated by Steven Gomez, and featuring Thure Lindhardt and Vanessa Kirby. The story centers around a gathering of U.S. Marines endeavoring to make due after a preparation mission against fighting A.I. turns out badly.
In this post, We will kill or stop a process on ubuntu linux.
Step 1: Find the Process ID
You need to find the Process ID by using the given command.
ps aux | grep apache2
Step 2: Use Kill Command
You can use the kill command to stop a linux process by following the command.
kill -9 Type_PID_here
kill -9 4010
Conclusion
We have successfully kill the process on Ubuntu machine, If still you have any question, Please leave a message.
How to kill process on ubuntu linux