Wednesday, November 10, 2021

Check Linux os & version version using command


cat /etc/os-release

lsb_release -a

hostnamectl

No comments:

Post a Comment

Linux command to find user who failed to login from pop/imap

 journalctl -u dovecot -g "auth failed" grep -i "auth failed" /var/log/mail.log | grep -E "imap|pop" journalct...