Monday, April 1, 2013

Linux last reboot time and date find out

Linux last reboot time and date find out.

 $ who –b

$ last reboot | less

$ last reboot | head -1

To display last shutdown date and time use following command:
$ last -x|grep shutdown | head -1  

No comments:

Post a Comment