NAME
|
dup – dups of open files |
SYNOPSIS
|
bind #d /fd /fd/0 /fd/0ctl /fd/1 /fd/1ctl ... |
DESCRIPTION
|
The dup device serves a one–level directory containing files whose
names are decimal numbers. Each such file also has an associated
control file. A file of name n corresponds to open file descriptor
n in the current process.
|
SEE ALSO
|
dup(2) |
SOURCE
|
/sys/src/9/port/devdup.c |