How to kill a running Mac app from the command line
Most of the time, apps for MacOS work as expected. But their maybe times when an app doesn’t close (or gets stuck exiting) when you use the key combination [Command] + [Q].
Thank you for reading this post, don't forget to subscribe!
When an app gets “stuck”, you can use a terminal command to bypass the normal quit command. However, this option should only be used as a last resort as it could result in damaged or lost data.
Here’s how:
- Open Terminal (Finder > Applications > Utilities > Terminal).
- At the command prompt, type: killall nameofapp
- Close the Terminal windows with [Command + Q].
- That’s it.
About Post Author
(Visited 25 times, 1 visits today)
Discover more from CompuScoop.com
Subscribe to get the latest posts sent to your email.