Re: determine when user account created?
From: Tony Walton (tony.walton_at_s_u_n.com)
Date: 10/27/04
- Previous message: Tony Walton: "Re: determine when user account created?"
- In reply to: Dave Uhring: "Re: determine when user account created?"
- Next in thread: Dave Uhring: "Re: determine when user account created?"
- Reply: Dave Uhring: "Re: determine when user account created?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 27 Oct 2004 17:02:28 +0100
Dave Uhring wrote:
> On Wed, 27 Oct 2004 16:24:51 +0100, Tony Walton wrote:
>
>
>>Dave Uhring wrote:
>>
>>>On Wed, 27 Oct 2004 15:40:59 +0100, Tony Walton wrote:
>>>
>>>
>>>
>>>>How would you propose to find the creation time of the home directory
>>>>(or indeed of any file on a UFS filesystm)?
>>>
>>>
>>>[duhring]$ ls -l .bash_profile
>>>lrwxrwxrwx 1 root other 7 Aug 23 21:17 .bash_profile -> .bashrc
>>>[duhring]$ ls -l /etc/chroot
>>>lrwxrwxrwx 1 root root 18 Aug 23 19:42 /etc/chroot -> ../usr/sbin/chroot
>>>
>>
>>Sorry Dave, I'm not with you there at all.
>
>
> The OS was installed at about 19:42 on 23 August - from the symlink for
> /etc/chroot.
>
> The user account was created at about 21:17 on the same day - from the
> symlink in my user's home directory.
>
The symlink was created at about 21:17 on the same day, sure. How do you
know it wasn't deleted at 21:14 and re-created three minutes later? All
you're looking at there is the creation date/time of a symlink.
Same goes for the /etc/chroot symlink. You're assuming that those
creation dates and times are reliable
# ls -l /etc/chroot
lrwxrwxrwx 1 root other 17 Oct 27 17:00 /etc/chroot ->
../usr/bin/chroot
This OS was installed a *lot* more than a minute ago (I was there!)
-- Tony
- Previous message: Tony Walton: "Re: determine when user account created?"
- In reply to: Dave Uhring: "Re: determine when user account created?"
- Next in thread: Dave Uhring: "Re: determine when user account created?"
- Reply: Dave Uhring: "Re: determine when user account created?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|