Come posso specificare il tempo di spegnimento con "sudo shutdown"?

4

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 ?

    
posta Aiden 18.12.2014 - 03:15
fonte

2 risposte

4

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 .

    
risposta data 18.12.2014 - 03:19
fonte
1
sudo shutdown -r 12:00

Come menzionato @napcae, le informazioni possono essere trovate usando man shutdown , ma ecco un altro riferimento:

link

    
risposta data 18.12.2014 - 06:09
fonte

Leggi altre domande sui tag