I have a program that needs to write to file descriptor 3 via /dev/fd/3. But FreeBSD-5.3 doesn't let me do that, since only fd/0-2 exist. How do I do this? "man fd" didn't help me. Stephen