up與dup2函數介紹----轉載

up與dup2函數介紹----轉載 dup和dup2也是兩個很是有用的調用,它們的做用都是用來複制一個文件的描述符。它們常常用來重定向進程的stdin、stdout和stderr。這兩個函數的 原形以下: #include <unistd.h>     int dup( int oldfd );     int dup2( int oldfd, int targetfd )     利用函數dup
相關文章
相關標籤/搜索