How To Quit Frozen Programs In Linux
Even a robust operating system like Linux can sometimes encounter problems that cause apps or programs to freeze. There are several ways to kill or quit a frozen program on Linux. This article will explain how. Use The Kill Command Before you can use the kill command, your system needs to know the Process ID (PID) of the unresponsive program. PID is a number that automatically identifies each process when created on any Linux OS....