Nel seguente comando Terminale sudo shutdown -r now
, c'è un tempo impostato ("... ora"). C'è un modo per impostare un orario specifico.
Ad esempio, potrebbe essere sudo shutdown -r -int 1200
?
Da man shutdown
:
-r The system is rebooted at the specified time.
[...]
time Time is the time at which shutdown will bring the system down and may be the word now
(indicating an immediate shutdown) or specify a future time in one of two formats:
+number, or yymmddhhmm, where the year, month, and day may be defaulted to the current
system values. The first form brings the system down in number minutes and the second
at the absolute time specified.
Maggiori informazioni su " Come per arrestare Linux in uno specifico datetime dal terminale? "su Unix & Linux Stack Exchange e La pagina man specifica per OS X .