pub const SYS_DUP2: usize = 433;Expand description
Duplicate a file descriptor to a specific number.
old_fd: file descriptor to duplicatenew_fd: desired new file descriptor number
If new_fd is already open, it is closed first. Returns new_fd.