A file descriptor is a small integer that a process uses to refer to an open file-like resource.
Common descriptors:
0: standard input1: standard output2: standard error
This note is a placeholder for deeper Linux notes later.
zhuang@linux:~/notes/linux/file-descriptors/$ cat
A file descriptor is a small integer that a process uses to refer to an open file-like resource.
Common descriptors:
0: standard input1: standard output2: standard errorThis note is a placeholder for deeper Linux notes later.