On Jan 13, 2011, at 12:28 PM, David Demelier wrote:
> I'm just guessing if there is a way to know a FreeBSD installation date. We 
> can't look after the uname -a ident since an update of the FreeBSD kernel is 
> possible.
> 
> I think searching a file absolutely not touched ever in the system can helps 
> but which one?


Symlinks under /etc are a good choice:

# cd /etc ; ls -ltr | head
total 1242
lrwxrwxrwx  1 root  wheel         23 May 26  2001 termcap@ -> 
/usr/share/misc/termcap
lrwxrwxrwx  1 root  wheel         13 May 26  2001 rmt@ -> /usr/sbin/rmt

Regards,
-- 
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to