this post was submitted on 16 Mar 2022
23 points (100.0% liked)
Arch Linux
7755 readers
2 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wonder if there are any original installs left which have been just upgraded ever since?
is there a way to find out when a server was originally installed? one of my servers has been around maybe 5 years... no where near 20, that's for sure!
apparently
stat -c %w /
will find your install date (i believe it's the date '/' was created?). anyways, mine is2014-02-08
, so just over 8 years. fun!