How to find installation date Linux
The easiest way – determine when the file system was created
# tune2fs -l /dev/sda1 | grep 'Filesystem created:' Filesystem created: Wed Apr 6 11:19:06 2016
The easiest way – determine when the file system was created
# tune2fs -l /dev/sda1 | grep 'Filesystem created:' Filesystem created: Wed Apr 6 11:19:06 2016