How can I determine when Ubuntu was installed in my computer? There was a different question posted here, but none of them is helpful.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
As I found here
|
|||||
|
|
How to check at what date linux was installed? [rot@localhost]# dumpe2fs $(mount | grep 'on / ' | awk '{print $1}') | grep 'Filesystem created:' use this command for check when was the os installed. Regards, Namdev Rathod |
|||
|
|
|
Use |
|||||||||||||||||
|

/var/log/installer,/boot, anddumpe2fsall look OK to me. – Mikel Feb 9 '11 at 10:41/boot. Whendumpe2fsand/var/log/installerpoint to the same answer I won't keep any doubt. – phunehehe Feb 9 '11 at 11:49