zhuang@linux:~/notes/linux/$ ls
Linux
-
File Descriptors
A file descriptor is a small integer that a process uses to refer to an open file-like resource. Common descriptors: 0: standard input 1: …
zhuang@linux:~/notes/linux/$ ls
A file descriptor is a small integer that a process uses to refer to an open file-like resource. Common descriptors: 0: standard input 1: …