I'm writing a report on dormant users. The heart of this is
which I'll wrap with a perl script. The users fall into three categories.
[ol]
[li]Those with a time_last_login within the required timescale[/li]
[li]Those with a time_last_login outside the required timescale[/li]
[li]Those with no time_last_login[/li]
[/ol]
Can I guarantee (assuming the server has not been rebuilt or something) that those in the last category have never logged on? I assume the info comes from utmp and/or wtmp; do these ever get reset?
Ceci n'est pas une signature
Columb Healy
Code:
lsuser -a time_last_login ALL
[ol]
[li]Those with a time_last_login within the required timescale[/li]
[li]Those with a time_last_login outside the required timescale[/li]
[li]Those with no time_last_login[/li]
[/ol]
Can I guarantee (assuming the server has not been rebuilt or something) that those in the last category have never logged on? I assume the info comes from utmp and/or wtmp; do these ever get reset?
Ceci n'est pas une signature
Columb Healy