There are certain programs that I always run that interrupt the shutdown process. When I try to shut down my laptop a message pops up saying that a program interrupted the shutdown process, but when I check the program it is already shut down. These programs probably just take a little longer to shut down. Is there a good way to shut down OSX without having to deal with these interruptions?

link|improve this question

74% accept rate
feedback

3 Answers

up vote 3 down vote accepted

You can use sudo shutdown -h now in you terminal. The shutdown program sends the SIGTERM and after some time SIGKILL interrupts to all running programs. So shutdown should not be interrupted.

link|improve this answer
feedback

a quick shutdown shortcut is pressing the "control" + "option" + "command" + "eject" buttons simultaneously.

link|improve this answer
feedback

sudo shutdown -h now

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.