DS TECH Linux kill programs via terminal ~~ April 24, 2017 get the process id of the application 1ps aux | grep [name of program to close] kill the application 1kill [process id] check process to ensure its gone 1rerun: ps aux | grep [program] Related Posts:OSX Terminal "beep" / "bell" / etc...Get MAC hardware info from OS-X terminal (command line)OSX: Set any password via terminalKeyboard Maestro - OSX - new Terminal at Current…PyCharm - Linux OS desktop integrationOSX system volume (sound) GET / SET via Terminal / bashRuby 2.6 on OSX 10.11+ via HomebrewOSX review login items via bash+applescriptOSX kill programs via terminal