You know the #unix commands last(1) and lastb(1), and that they read /var/log/wtmp and /var/log/btmp? Why "wtmp" and "btmp"?
The "w" in wtmp likely stands for "who" from the who(1) command.
The "b" in btmp stands for "bad" logins.
#gnu #linux #bsd