arvin.royo
New Member
Hello I'm new to this community but just wanted to ask, I currently using rocky linux and ubuntu and I work at a linux based company, can someone teach me about techniques i can use to read errors and how to fix them?
Hello I'm new to this community but just wanted to ask, I currently using rocky linux and ubuntu and I work at a linux based company, can someone teach me about techniques i can use to read errors and how to fix them?
Home | Linux Journey
linuxjourney.com
sudo dmesg | grep -Ei 'error|warn|fail|unsupported'
cd /var/log
cat /var/log/messages
Reading logs is 99% of what you need to diagnose a cause.teach me about techniques i can use to read errors and how to fix them?
/var/run/utmp
)/var/log/wtmp
)/var/log/lastlog
)/var/log/btmp
)/var/log/faillog
)# Recommended
sudo apt install lnav