How to Check System User Login Logs in Linux

CentOS:

last -f /var/log/btmp 

last -f /var/log/btmp |grep "Fri Sep 17"  # Add filter criteria to search

Debian:

tail -f /var/log/auth.log


Leave a Comment

Your email address will not be published.