Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pwadm command

Status
Not open for further replies.
Joined
Aug 23, 2002
Messages
27
Location
US
I seem to be confused with the 'pwdadm' command. I am trying to figure out the output.

I perform a 'pwdadm -q <user>' and get
back the following output:

lastupdate = 1037026980
flags = NOCHECK

How is the 'lastupdate' read?

Thanks

Astrotrain
 
as far as i know, the lastupdate is the number of seconds from january 1, 1970 up to the time that you updated the password.
 
Hi,
to see this date in normal form do
# perl -e 'print scalar localtime(1037026980),&quot;\n&quot;;'

Regards Boris
 
Thank you, works like a champ.

Astrotrain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top