June 2004
Intermediate to advanced
1056 pages
39h 58m
English
mount_fdesc
mount_fdesc [-omount_options] fdescmount_point
Mounts the fdesc filesystem in
/dev. It contains the fd
subdirectory, which contains one entry for each file descriptor held
open by the process reading the contents of the directory. It also
contains stdin, stdout, and
stderr, which are symlinks to
fd/0, fd/1, and
fd/2, respectively; and
tty, a reference to the controlling terminal for
the process.
-o
Takes -o options as listed in the
mount manpage. Normally includes the
union option, which prevents mounting over and
obscuring the devfs filesystem in
/dev.
mount_point
The directory on which the filesystem is mounted, normally
/dev.
Read now
Unlock full access