UNIX∗ is a general-purpose, interactive, time-sharing operating system for the DEC PDP-11 and Interdata 8/32 computers. Since it became operational in 1971, it has become quite widely used. This paper discusses the strong and weak points of the UNIX system and some areas where we have expended no effort. The following areas are touched on: (i) The structure of files: a uniform, randomly-addressable sequence of bytes. The irrelevance of the notion of “record.” The efficiency of the addressing of files. (ii) The structure of file system devices: directories and files. (iii) I/O devices integrated into the file system. (iv) The user interface: fundamentals of the shell, I/O redirection, and pipes. (v) The environment of processes: system calls, signals, and the address space. (vi) Reliability: crashes, losses of files. (vii) Security: protection of data from corruption and inspection; protection of the system from stoppages. (viii) Use of a high-level language — the benefits and the costs. (ix) What UNIX does not do: “real-time,” interprocess communication, asynchronous I/O. (x) Recommendations to system designers.
Read full abstract