...

/

Killing a Process

Killing a Process

Teach yourself how to kill any process in bash in this lesson.

We'll cover the following...

kill

Definition:

The kill command is used on Linux shell to terminate processes without having to log out or reboot the computer. Hence, it ...