Salve!
Piccolo post e breve riga di comando
last reboot | head -1
Questa riga di comando ci darà come output la data, il giorno e l'ora dell'ultimo riavvio (accensione) del pc
reboot system boot 2.6.35-24-generi Thu Jan 20 10:46 - 14:20 (03:33)
e anche il tempo durante il quale il pc è rimasto acceso;
infatti, stando al risultato di cui sopra, il pc è stato avviato alle 10.46 di oggi; ora sono le 14:20; quindi il pc è acceso da 3 ore e 33 minuti
Per conoscere precedenti riavvii basta aumentare il numero dopo head
quindi,
last reboot | head -2
reboot system boot 2.6.35-24-generi Thu Jan 20 10:46 - 14:34 (03:48)
reboot system boot 2.6.35-24-generi Thu Jan 20 00:06 - 01:52 (01:45)
last reboot | head -3
reboot system boot 2.6.35-24-generi Thu Jan 20 10:46 - 14:35 (03:49)
reboot system boot 2.6.35-24-generi Thu Jan 20 00:06 - 01:52 (01:45)
reboot system boot 2.6.35-24-generi Wed Jan 19 15:58 - 16:32 (00:34)
e via dicendo
Ciao :-)
utile a sapersi :D
RispondiEliminaEcco il mio schedario :)
RispondiEliminareboot system boot 2.6.32-3-amd64 Thu Jan 20 22:59 - 23:57 (00:57)
reboot system boot 2.6.32-3-amd64 Wed Jan 19 23:39 - 00:01 (00:22)
reboot system boot 2.6.32-3-amd64 Tue Jan 18 22:40 - 00:30 (01:50)
reboot system boot 2.6.32-3-amd64 Mon Jan 17 20:18 - 00:04 (03:45)
reboot system boot 2.6.32-3-amd64 Sun Jan 16 23:57 - 00:56 (00:59)
reboot system boot 2.6.32-3-amd64 Sat Jan 15 12:22 - 12:32 (00:10)
reboot system boot 2.6.32-3-amd64 Sat Jan 15 11:19 - 12:21 (01:01)
reboot system boot 2.6.32-3-amd64 Thu Jan 13 21:03 - 23:52 (02:49)
reboot system boot 2.6.36-ck2-bfs-e Thu Jan 13 21:02 - 21:02 (00:00)
reboot system boot 2.6.32-3-amd64 Wed Jan 12 23:04 - 01:35 (02:30)
reboot system boot 2.6.32-3-amd64 Tue Jan 11 19:35 - 00:51 (05:16)
reboot system boot 2.6.32-3-amd64 Mon Jan 10 21:53 - 00:33 (02:39)
reboot system boot 2.6.36-ck2-bfs-e Mon Jan 10 21:52 - 21:52 (00:00)
Uno schedario di tutto rispetto XD
RispondiElimina