How to Check Linux System Reboot Date and Time

Question : How to check when was my linux system last rebooted and how long was the system running ? Answer : The are several command to check last system rebooted. 1. Check last rebooted using “who -b” command : [root@server ~]# who -b system boot 2014-08-16 09:34 2. Check last rebooted using “last reboot” command : …

Read more