Error-Log: Unterschied zwischen den Versionen

Aus WikiStar
Wechseln zu: Navigation, Suche
(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…“)
 
 
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
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"
 +
 +
==Error-Log des Confixx:==
 +
 +
tail -f /var/log/httpd/login-5.loginserver.ch_error.log
 +
 +
 +
 +
[[Category:Filesystem]]

Aktuelle Version vom 23. Mai 2014, 08:43 Uhr

Heute:[Bearbeiten]

grep web42 /var/log/httpd/error_log

Im Archiv:[Bearbeiten]

zgrep web42 /var/log/httpd/error_log-20140318.bz2

Nach bestimmtem Inhalt suchen[Bearbeiten]

zgrep web42 /var/log/httpd/error_log-20090318.bz2 | grep .ht*

Log überwachen:[Bearbeiten]

tail -f /var/log/httpd/error_log
tail -f /var/log/httpd/error_log | grep "note"

Error-Log des Confixx:[Bearbeiten]

tail -f /var/log/httpd/login-5.loginserver.ch_error.log