How do I stop a running process? | FAQ Linux | Linux | centre-equestre-lepuy.com ..


Sponsored Links

How do I stop a running process?

To stop a process you need to know the PID (unique identifier). To see the list of running processes:

 



 ps-ax | more

 

To delete a process using kill followed by the PID, for example:

 



 kill 1234

 
In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Ruby and Ruby on Rails (Course) Ruby and Ruby on Rails (Course)
Create software and Web applications with Ruby and RoR. From 39 €.
Sponsored Links