Re: Date of a FreeBSD installation

2011-01-27 Thread Alexandr Sushko

On 01/13/2011 11:28 PM, David Demelier wrote:

Hello folks,

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?


markand@Melon ~ $ ls -l /root/.cshrc
-rw-r--r--  2 root  wheel  798 19 Jul 04:17 /root/.cshrc

It seems that this file has the FreeBSD dist access time so can't 
refers to neither.


Do you have any clue?

Cheers,



Try to use not ls -l, but ls -lc. It will show you file creation time.

ls -lcd /bin/, for example

drwxr-xr-x  2 root  wheel  1024 Dec 10 00:31 /bin/

--
Best regards,
Alexandr Sushko

___
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"


Re: Dump questions

2010-02-20 Thread Alexandr Sushko
> 3. Can dump be told to only dump a particular
> directory tree? IE /var/log  or /usr/port?

No.


___
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"