#1.- Use pidof command to find the process ID of a running program or app pidoff appname #2.- To kill process in Linux with PID: kill -9 pid #3.- To kill process in Linux with application name: killall -9 appname