Re: record of recent logins?
"jdow" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <[email protected]> |
From: "Keith Mastin" <[email protected]> > > > Is there a way in Linux to tell who has logged in recently? perhaps a > > login file somewhere? > > Do > last > or > tail -n100 /var/log/secure (chnge the 100value to whatever number of > lines of the file you wnt to see. If something on his system logrotates wtmp then he may want to do "last -f /var/log/wtmp.1" or the like. {^_^}