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

From MyWiki

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