Also, as a correction to your original message, a FIFO _is_ a file, just not a regular file.
Sent from my iPad > On Dec 11, 2013, at 1:13 AM, Yuri <y...@rawbw.com> wrote: > >> On 12/11/2013 01:04, Piotr Grzybowski wrote: >> hullo, >> >> maybe post exact scripts that generate those files, together with >> some description of the environment, arent some of those scripts run >> from su? > > > Simple command run under unprivileged user creates such files: > tee >(grep "XXX" | do-filter >> my.log) > > Yuri >