Multiple choice technology programming languages How to duplicate file descriptors? duplicate() dup() cp() mknod() Reveal answer Fill a bubble to check yourself B Correct answer Explanation The dup() system call duplicates an open file descriptor, returning a new descriptor that refers to the same open file description.