I've been-slowly-learning to use the Konsole, and the ability to spontaneously end processes using the kill command (and various variations thereof) looks to be pretty useful. However, when using the ps command to get a list of processes, I'm not entirely sure how to differentiate between, for instance, the program I WANT to end and other processes which it may not be a good idea to stop.
For instance, if a game that I experimentally downloaded freezes up--not causing anything else to freeze--I'd like to be able to figure out which process in the list to cancel--given that the processes are only identified by numbers and types, such as "bash" and "ps."
For instance, if a game that I experimentally downloaded freezes up--not causing anything else to freeze--I'd like to be able to figure out which process in the list to cancel--given that the processes are only identified by numbers and types, such as "bash" and "ps."
Comment