Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Lots of distros in the past, now Linux Mint
Posts: 746
Rep:
open a console, type "ps -A|less" (the | allows less to run, so the screen doesn't scroll by), find your process, issue "kill ####" (#'s are the process number listed next to it).
There are actually many ways to kill a process, depending on the type of process running. The two most common are "kill -9 ####" and "kill -15 ####", which are used to kill or terminate a program. "man kill" will help you with these and others.
Remember, you might have to be root to kill some processes, as they run as root or have root-owned elements that a normal user can't kill.
Distribution: Lots of distros in the past, now Linux Mint
Posts: 746
Rep:
Quote:
Originally posted by acid_kewpie please try to post in whole sentences.... what shoudl ctrl+alt+del have to do with stopping individual programs? that will reboot the entire machine.
would be nice to know what distro you're using...
mandrake has a nice feature:
Menu>applications>monitoring>xkill
then, with the bullseye left click on the window (program) you want to kill.
Easy!
Originally posted by acid_kewpie please try to post in whole sentences.... what shoudl ctrl+alt+del have to do with stopping individual programs? that will reboot the entire machine.
In Windows World the popular ctrl-alt-del has brough up a task list for a long time (at least Windows 98 and probably Windows 95).
In RH9 I bring up a monitor using System Tools -> System Monitor. You can use it to kill processes.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.