View Full Version : [ubuntu] Way to find install date for a linux system
nemp
January 4th, 2009, 04:21 AM
Is there a way to find the date a particular instance of linux OS was installed ?
Sorivenul
January 4th, 2009, 04:23 AM
syslog should tell you, but you won't need all of it:
sudo cat /var/log/installer/syslog | less
To exit the view, just type "q", without the quotes.
The date in syslog should be your install date. I'm currently working on a new setup, and my output begins with:
Dec 26 05:49:31
abn91c
January 4th, 2009, 04:25 AM
install hardinfo from the repositories then click on the operating system line
nemp
January 4th, 2009, 04:34 AM
Thank you :)
rampage_1973
March 23rd, 2011, 02:47 PM
syslog should tell you, but you won't need all of it:
sudo cat /var/log/installer/syslog | less
To exit the view, just type "q", without the quotes.
The date in syslog should be your install date. I'm currently working on a new setup, and my output begins with:
you can also do this (just another way to get the same info)
at root prompt type "ls -al /var/log/installer/syslog"
results should be similiar to below:
-rw------- 1 root root 230110 2009-04-13 13:29 /var/log/installer/syslog
note the date here "2009-04-13 13:29"
I know this post is older but i hope that it helps someone else like me out!
thanks for sharing your knowledge!
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.