Mac Home About This Site Tasty Mac Links RobWorld XII

Pause and resume OS X apps

Sometimes it's the little things... feeling pretty good about being able to do this from the command line. I had to look up some instructions because I couldn't remember the signals:

`kill -s STOP pid`

`kill -s CONT pid`

... and of course we use `ps -ax` to find the pid of the program.
Wednesday, Dec 27 at 10:33 AM