Buradasın
Ubuntu Log Files Guide
ubuntu.com/tutorials/viewing-and-monitoring-log-filesYapay zekadan makale özeti
- Overview
- Common Log Locations
- System logs include auth.log, daemon.log, debug, kernel, and syslog
- Application logs found in /var/log/apache2, Xorg.0.log, and others
- Non-human-readable logs include login failures, last logins, and login records
- GUI Viewer
- GNOME System Log Viewer (Logs in Ubuntu 17.10+) provides simple interface
- Shows open files in sidebar with current file contents on right
- Monitors file changes with bold text indicating new entries
- Command-Line Tools
- Cat command displays file contents
- Less provides simple file editing interface
- Head and tail commands show file start/end lines
- Tail -f continuously monitors file changes
- Grep command enables searching for text in files
- Nano command line editor available for file modifications