4
dup2 / dup-ファイル記述子を複製する必要があるのはなぜですか?
私はの使用を理解しようとしているdup2とdup。 マニュアルページから: DESCRIPTION dup and dup2 create a copy of the file descriptor oldfd. After successful return of dup or dup2, the old and new descriptors may be used interchangeably. They share locks, file position pointers and flags; for example, if the file position is modified by using lseek on …