Diagnostics: Difference between revisions

From Pengwings
Created page with "===List all system poweron and poweroff and what caused them=== last -x | grep -E 'shutdown|reboot'"
 
No edit summary
Line 1: Line 1:
===List all system poweron and poweroff and what caused them===
===List all system power on/off and what caused them===
  last -x | grep -E 'shutdown|reboot'
  last -x | grep -E 'shutdown|reboot'

Revision as of 13:10, 18 August 2026

List all system power on/off and what caused them

last -x | grep -E 'shutdown|reboot'