Tokyoahead

News
News
Architecture
Architecture
Asian Cooking
Asian Cooking
Finance
Finance
Galapagos
Galapagos
Technology
Technology
Trips & Sights
Trips & Sights
  

How can I terminate a program?

If the Program is called "x" try
First check if it has a startup script called

/etc/init.d/x

Typically programs that are meant to run all the time have this. Then try

/etc/init.d/x stop

if there is no such file, run "ps" and get the ID of the process, the first number in the line (1234 for example). then kill the process with

kill -9 1234


Last Update: 2004-10-18 17:11:33
 FAQ > Operating Systems  > Linux  > Gentoo