Mar 15, 2002 #1 paulywog IS-IT--Management Jun 26, 2001 24 US AIX newbie again, is there a way to open the wtmp file to read it. cat the file isn't good. Thanks.
Mar 15, 2002 #2 bjverzal MIS Apr 26, 2001 964 US Use the command "last -f /full/path/to/wtmp" For example: last -f /etc/wtmp Bill. Upvote 0 Downvote
Mar 15, 2002 #3 cspilman MIS Nov 17, 2000 307 US This will work for you also: /usr/sbin/acct/fwtmp < /var/adm/wtmp > filename_to_cat Regards, Chuck chuck.spilman@nokia.com Upvote 0 Downvote
This will work for you also: /usr/sbin/acct/fwtmp < /var/adm/wtmp > filename_to_cat Regards, Chuck chuck.spilman@nokia.com