Linux
Linux commands that can be used to review an error log
This is an exploratory mission. I’m going to test out a few commands in the Bash Terminal. The goal is to delve into the maze we IT people like to call logs. This is not for the faint of heart. If you suffer from narcolepsy, drink a lot of coffee before you start. Focus is mandatory.
Paths mentioned:
/var/log/
/var/log/auth.log
/var/log/boot.log
/var/log/dmesg
Commands:
cat
less
head
tail
journalctl
[ad_2]
source