last created account

Lem0nHead

Verified User
Joined
Nov 28, 2004
Messages
265
hello

is there a way to tell what are the accounts created on my server in the last 3 days, for example, just looking at the server files?
I though about geting stats of creation of /usr/local/directadmin/data/users/USERNAME/ticket.conf for example, but it may not be very accurate
I also though about getting the last entries on /etc/passwd, but then I'd not know which day the account was created
maybe the modification date for /home/USER/.cshrc for example?

I don't need to get 100% correct, but I'd like to get at least 95%
 
jlasman said:
How about the creation date for /home/username?

Jeff

how can I find the CREATION date?
I just found tools to find the last modified/accessed time (like "stat")
 
Forget that; I wasn't thinking straight. :eek:

You can look at the .bashrc file inside /home/username/. The date shown by the ls command is probably the date the site was created.

Most of us never change the .bashrc file.

Jeff
 
Back
Top