G
Guest
Statt ">" musst Du ">>" verwenden, wenn ich mich nicht täusche, wird dann nicht überschrieben, sondern angehängt.
Das funktioniert schonmal, also das mit ">>" doch logt er nur das was Zattoo sagt nicht das was strace sagt.
Egal ob ich
Code:
strace zattoo_player >> 123
Code:
strace zattoo_player | cat >> 123
Das ist mir ein wenig peinlich. Jetzt nutz ich schon monate Linux, lerne wie man konfiguriere usw, doch weiß ich nicht mal wie ich ausgaben in textdateien umlenke
Naja, ich google mal weiter
Edit:
man page strace schrieb:-o filename Write the trace output to the file filename rather
than to stderr. Use filename.pid if -ff is used.
If the argument begins with `|' or with `!' then the
rest of the argument is treated as a command and all
output is piped to it. This is convenient for pip-
ing the debugging output to a program without
affecting the redirections of executed programs.
Strace unter Root von zattoo
Zuletzt bearbeitet von einem Moderator: