Guest User

Untitled

a guest
Mar 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # Allow `nobody` user to write to /dev/stderr
  2. mkfifo -m 600 /tmp/logpipe
  3. chown nobody:nobody /tmp/logpipe
  4. cat <> /tmp/logpipe 1>&2 &
Add Comment
Please, Sign In to add comment