richardvoigt wrote: > Isn't /proc/self/fd/2 the "name" for stderr? You might want to "ls -l" that file: it points somewhere into /dev using a symlink. It's possible to use /dev/fd/2 for the same purpose, which is a symlink as well. clemens