Unix/Linux : Get reboot history or check when was the last reboot date
Probably not some command that many people will look for unless you are a system administrator. Ok, so I need to find out when was the last time my instance, droplets, VPS, box rebooted.
To find out, simply issue this command :
> last reboot
reboot system boot 2.6.32-358.6.2.e Mon Mar 3 21:46 - 05:19 (97+06:32)
reboot system boot 2.6.32-358.6.2.e Mon Mar 3 21:30 - 21:46 (00:15)
reboot system boot 2.6.32-358.6.2.e Fri Feb 28 22:49 - 21:46 (2+22:56)
reboot system boot 2.6.32-358.6.2.e Fri Feb 28 22:47 - 21:46 (2+22:58)
hope this short tutorial can be useful to you.
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+27.6k PHP : Count number of JSON items/objects
+15.1k Golang : How to add color to string?
+18.5k Golang : Generate thumbnails from images
+22.7k Golang : untar or extract tar ball archive example
+6.3k Golang : How to search a list of records or data structures
+5.4k Golang : Stop goroutine without channel
+15.5k Golang : rune literal not terminated error
+6.9k Golang : How to setup a disk space used monitoring service with Telegram bot
+5.4k Golang : Get S3 or CloudFront object or file information
+7.8k Golang Hello World Example
+21.7k Golang : Setting up/configure AWS credentials with official aws-sdk-go
+9.3k Golang : Timeout example