fcntl函数讲解 前言 fcntl系统调用可以用来对已打开的文件描述符进行各种控制操作以改变已打开文件的的各种属性 函数原型: #include<unistd.h> #include<f … Continue reading fcntl函数讲解