Tuesday, August 3, 2010

Linux - finding last reboot/shutdown time

To find last reboot time:

last reboot | less

To find last shutdown time:

last -x | grep shutdown | less

No comments:

Post a Comment