grep -Ri ‘error/|warning’ /var/log/
Then you can further pipe ‘grep’ or ‘grep -v’ based on what you see or for a specific time.
grep -Ri ‘error/|warning’ /var/log/
Then you can further pipe ‘grep’ or ‘grep -v’ based on what you see or for a specific time.
Thank you. This explains a lot.
lol!
Thanks, you are the reason I look at comments.