On 6/15/07, Hiep Nguyen hiep@ee.ucr.edu wrote:
hi list, is there a command to find out the date & time that centos installed?
rpm -qa --last | tail -n 1
This will give you the first package installed and the time it was installed, which should be the date the system was stood up.