Logo 
Search:

Unix / Linux / Ubuntu Articles

Submit Article
Home » Articles » Unix / Linux / Ubuntu » CommandsRSS Feeds

Terminate a process - kill

Posted By: Cameron Evans     Category: Unix / Linux / Ubuntu     Views: 3170

This article explains about kill command with an example in unix.

kill command is used to Send a signal to a process to terminate a process in unix.

Syntax of kill Command

kill [- options] pid 

Example of kill Command

Example 1 : To terminate process id 10

kill 10
  
Share: 


Didn't find what you were looking for? Find more on Terminate a process - kill Or get search suggestion and latest updates.

Cameron Evans
Cameron Evans author of Terminate a process - kill is from London, United Kingdom.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!