---
layout: page
category-page: intermediate
category-title: Intermediate commands
tags: terminate
author: Announ Marwan
title: kill
previous-page: pages/cmd/interm/install.html
next-page: pages/cmd/interm/md5.html
---
The kill
command is used for terminating the
running processes on your system.
In fact, using this commands you can easily kill all the processes that you want.
Sometimes happens that you couldn't control an application, for example when
you want to exit from your browser when it seems freezing.
You have to know that "kill commands" can help you in do this.
killall -s 9 [process name] killall -KILL [process name] killall -9 [process name]
kill [PID] kill -s KILL [PID] kill -KILL [PID]