terminal command not working
This command line:
sudo pmset repeat wake MTWRFSU 8:00:00
is not working.
Is the wording correct?
If so, what else could be wrong?
Mac Studio (2023)
This command line:
sudo pmset repeat wake MTWRFSU 8:00:00
is not working.
Is the wording correct?
If so, what else could be wrong?
Mac Studio (2023)
Joe Cowley wrote:
This command line:
sudo pmset repeat wake MTWRFSU 8:00:00
is not working.
Is the wording correct?
If so, what else could be wrong?
ref: Sleep wake schedule via Terminal.app
Schedule your Mac to turn on or off in Terminal - Apple Support
ex. sudo pmset repeat sleep MTWRFSU 20:15:00
if "sleep" is not responding try alternative to compare your results
Note —that you may only have one pair of repeating events scheduled
needs to be on one line—
ex
sudo pmset repeat poweron MTWRFSU 6:00:00 shutdown MTWRFSU 21:30:00
To check if these were set:
pmset -g sched
to cancel all repeat:
sudo pmset repeat cancel
the command looks correct, verify you have Terminal added or selected in Full Disk Access...
>System Settings>Privacy & Security>Full Disk Access
Joe Cowley wrote:
This command line:
sudo pmset repeat wake MTWRFSU 8:00:00
is not working.
Is the wording correct?
If so, what else could be wrong?
ref: Sleep wake schedule via Terminal.app
Schedule your Mac to turn on or off in Terminal - Apple Support
ex. sudo pmset repeat sleep MTWRFSU 20:15:00
if "sleep" is not responding try alternative to compare your results
Note —that you may only have one pair of repeating events scheduled
needs to be on one line—
ex
sudo pmset repeat poweron MTWRFSU 6:00:00 shutdown MTWRFSU 21:30:00
To check if these were set:
pmset -g sched
to cancel all repeat:
sudo pmset repeat cancel
the command looks correct, verify you have Terminal added or selected in Full Disk Access...
>System Settings>Privacy & Security>Full Disk Access
Joe Cowley wrote:
one line example
pmset repeat wakeorpoweron T 12:00:00 sleep MTWRFSU 20:00:00
Much appreciated and thank you very much, leroydouglas, Terminal had not been added to Full Disk Access!
Joe Cowley wrote:
Much appreciated and thank you very much, leroydouglas, Terminal had not been added to Full Disk Access!
Good computing Joe Cowley !
terminal command not working