zhuang@linux:~/notes/linux/$ ls

Linux

  1. 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: …