07
Jan
09

Getting Mac OS X in Standby with Shell Command

Sometimes you leave the house and you Mac has to run for a little while, but then you want it in standby.
Here is a easy way to do this with a shell command.
Open a terminal window and type in the following:

sleep 900 && osascript -e 'tell app "Finder" to sleep'

This sets a 900 seconds (15 minutes) waiting time before putting the Mac into the sleep mode.

  • Share/Bookmark



    0 Responses to “Getting Mac OS X in Standby with Shell Command”


    1. No Comments