How to shutdown OSX and avoid programs inturrupting the shutdown?

4

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?

tony_sid

Posted 2010-11-04T21:16:34.347

Reputation: 11 651

Answers

4

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.

kraftan

Posted 2010-11-04T21:16:34.347

Reputation: 351

2

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

Ryan Sharp

Posted 2010-11-04T21:16:34.347

Reputation: 166

I thought this was just a shortcut for the usual Restart command (the same one found in the  menu)? – Blacklight Shining – 2012-09-27T11:09:49.580

1

sudo shutdown -h now

LogEx

Posted 2010-11-04T21:16:34.347

Reputation: 37