file_descriptor

Linux进程,默认情况下会打开3个文件描述符,分别是标准输入 0, 标准输出 1, 标准错误 2

Last updated

Was this helpful?