From 77b9740ebe924ff6f51bf38514ec13e7587f8ff0 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Thu, 7 Dec 2023 04:30:50 +0100 Subject: [PATCH] Update 09_os_info.sh --- sh/09_os_info.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sh/09_os_info.sh b/sh/09_os_info.sh index c1c08a6..0b557ee 100644 --- a/sh/09_os_info.sh +++ b/sh/09_os_info.sh @@ -48,3 +48,7 @@ echo "
"
 ulimit -a | sort
 echo "
" +echo "

Les 50 dernières erreur dans /var/log/messages :

" +echo "
"
+cat /var/log/messages* | egrep -i 'error|failed' 
+echo "
"