How to ‘kill’ any Mac app from the Terminal
Mac apps rarely crash. But sometimes they do. When this happens, they may not allow an end user to use the normal key combination (Command-Q) to exit the app.
Thank you for reading this post, don't forget to subscribe!
Since MacOS sits on top of Unix, there is a terminal command that’ll allow anyone to get an app to quit. But doing so may mean whatever the user was doing before the crash may loose any unsaved data.
The below should only be done as a last resort.
- Open Terminal (Finder > Applications > Utilities > Terminal).
- At the Terminal prompt, type in ‘killall nameofapp’
- Press [Enter].
- That’s it.
Now the app quickly exits.
About Post Author
(Visited 15 times, 1 visits today)