Close or Kill any crashed program in Ubuntu
When a Linux users wants to get rid of a crashed program, he kills it - literally. The kill command is used for this purpose, but it needs the program ID (PID) number to work. This can be discovered using the pgrep.