Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes:
> Each process only sees its own file descriptors. The five descriptors
> you see above belong to ls. 0 (stdin) and 2 (stderr) are whichever tty
> or pty you typed this into, 1 (stdout) is the file you redirected the
> output from ls into, 3 is /dev and 4 is /dev/fd.

OBTW, this is adequately documented in the fdesc(5) man page.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to