I'm trying to determine who was recently logged into a specific machine in my office. So I used last, but wtmp begins yesterday (Monday) around 14:30. I was hoping to find info stretching back to Sunday, at least. Is there anyway to get that info without plodding through the authorization log file?
| |||
|
feedback
|
|
Presumably your wtmp file has been rotated, so try If they're not there, find whoever setup the bollocks rotation scheme and give them a solid foot-punch to the pantaloons. There's no reason not to keep at least a few weeks' of | |||
feedback
|
|
If the wtmp files are not available, you can also look directly at /var/log/secure or /var/log/messages to see any login message in there. | |||
feedback
|