https://drive.google.com/file/d/1y71GFJo80r-u7FFDWAQc8ORMPwkcFsEL/view?usp=sharing

1. Understanding Linux Logging

Why Logs Matter

Default Log Locations

ls -l /var/log

Key files:

User Session Logs

who                 # Currently logged-in users
last                # Login history
last reboot         # System reboot history
lastlog             # Last login for all users


2. The rsyslog Daemon