Mundell, R. (Ronald) wrote:
> Good Day
>
>
>
> Does anyone know what the format of the wtmp file is and if there is a
> perl module that will assist me processing this file?
That's what man pages are for. man 5 wtmp will hopefully get you some help.
http://www.linuxjournal.com/cgi-bin/man/m
You can also have a look at this wich detailled the binary format
http://www.oreilly.com/catalog/perlsysadm/chapter/ch09.html
P.S: also see "FIONREAD" to retrieve the struct format on your system.
$Bill Luebkert wrote:
Mundell, R. (Ronald) wrote:
Good Day
Does anyone know what the format of