How safe is it reading / copying a file which is being appended to?

Viewed 89

If a log file has events constantly being appended to it, how safe is it to read that file (or copy it) with another process?

1 Answers
Related