Error-Log: Unterschied zwischen den Versionen
Aus WikiStar
(Die Seite wurde neu angelegt: „==Heute:== grep web42 /var/log/httpd/error_log ==Im Archiv:== zgrep web42 /var/log/httpd/error_log-20140318.bz2 == Nach bestimmtem Inhalt suchen == zgr…“) |
|||
| Zeile 10: | Zeile 10: | ||
zgrep web42 /var/log/httpd/error_log-20090318.bz2 | grep .ht* | zgrep web42 /var/log/httpd/error_log-20090318.bz2 | grep .ht* | ||
| + | |||
| + | ==Log überwachen:== | ||
| + | |||
| + | tail -f /var/log/httpd/error_log | ||
| + | tail -f /var/log/httpd/error_log | grep "note" | ||
Version vom 19. März 2014, 14:56 Uhr
Inhaltsverzeichnis
Heute:
grep web42 /var/log/httpd/error_log
Im Archiv:
zgrep web42 /var/log/httpd/error_log-20140318.bz2
Nach bestimmtem Inhalt suchen
zgrep web42 /var/log/httpd/error_log-20090318.bz2 | grep .ht*
Log überwachen:
tail -f /var/log/httpd/error_log tail -f /var/log/httpd/error_log | grep "note"