Thanks! :)
Petter Reinholdtsen wrote:
[Frederik]
Hello again.
Is there an easy way to get some statistics on who has logged in to
the system - preferably by email?
This one-liner will fetch how many have logged in so far from the auth
log:
grep 'session open' /var/log/auth.log | grep "^$(d
[Frederik]
> Hello again.
> Is there an easy way to get some statistics on who has logged in to
> the system - preferably by email?
This one-liner will fetch how many have logged in so far from the auth
log:
grep 'session open' /var/log/auth.log | grep "^$(date +"%b %e")" | \
grep -v CRON |
Hello again.
Is there an easy way to get some statistics on who has logged in to the
system - preferably by email?
rgds.
Frederik Borg
(Rudolf Steiner Skolen i København)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
3 matches
Mail list logo