Timeline for How to check that a user/password is expired in AIX?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 14, 2012 at 0:23 | review | Low quality posts | |||
| Aug 16, 2012 at 0:45 | |||||
| Dec 5, 2011 at 8:36 | comment | added | Nikhil Mulley | #!/bin/perl use POSIX qw(strftime); $maxage=4; $last_update = 1274003127 $max_week_seconds = 86400 * $maxage; print strftime("%C ", localtime($max_week_seconds)); | |
| Nov 5, 2011 at 3:50 | history | answered | LanceBaynes | CC BY-SA 3.0 |