Hello,
I was wondering what your opinions are on crashes and how you react to them in Linux.
I am used to the "Windows way" of CTRL-ALT-DEL and then going to the Task Manager and cancelling the process. Sometimes, you just don't want to reboot the computer and can get out of a crash from closing applications or killing an app that is causing the problem.
But, how do you figure out which app is causing the problem in Linux and what can you do to deal with a crash or if your system freezes up?
I can't recall exactly but I think there are command line methods of discovering which processes are running and methods for 'killing' a process or application. Is this what you do?
I think each app is assigned a unique PID and you can kill a process/app (after becoming root?) by a command such as kill 'PID #' and the corresponding process/task will be terminated, right? How does one determine that process/task is the culprit? By going to the command line and finding out which is taking up the most processing resources? Would using the command, 'top' accomplish this?
What if your computer is so frozen, that you can't get to the command line? Say, your mouse (cursor) is frozen? Anything you can do save rebooting?
I was wondering what your opinions are on crashes and how you react to them in Linux.
I am used to the "Windows way" of CTRL-ALT-DEL and then going to the Task Manager and cancelling the process. Sometimes, you just don't want to reboot the computer and can get out of a crash from closing applications or killing an app that is causing the problem.
But, how do you figure out which app is causing the problem in Linux and what can you do to deal with a crash or if your system freezes up?
I can't recall exactly but I think there are command line methods of discovering which processes are running and methods for 'killing' a process or application. Is this what you do?
I think each app is assigned a unique PID and you can kill a process/app (after becoming root?) by a command such as kill 'PID #' and the corresponding process/task will be terminated, right? How does one determine that process/task is the culprit? By going to the command line and finding out which is taking up the most processing resources? Would using the command, 'top' accomplish this?
What if your computer is so frozen, that you can't get to the command line? Say, your mouse (cursor) is frozen? Anything you can do save rebooting?
Comment