Installation Date

From Tech
Jump to: navigation, search

In order to determine the date and time that your operating system was installed, you can run the following command.

ls -lct /etc | tail -1 | awk '{print $6, $7}'
Personal tools