How to see when user's password expires on FreeBSD system

From MyWiki

Revision as of 20:26, 3 November 2009 by Admin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Tool that can check when the password will expire for user:

$ LANG=C date -r `pw showuser <username_here> | cut -d: -f 6`
Tue Jan 20 00:00:00 MSK 2009
Personal tools