The UNIX time-sharing system

Dennis M. Ritchie, Ken Thompson

Communications of the ACM · 1974 · 인용 821

UNIX is a general-purpose, multi-user, interactive operating system for the Digital Equipment Corporation PDP-11/40 and 11/45 computers. It offers a number of features seldom found even in larger operating systems, including: (1) a hierarchical file system incorporating demountable volumes; (2) compatible file, device, and inter-process I/O; (3) the ability to initiate asynchronous processes; (4) system command language selectable on a per-user basis; and (5) over 100 subsystems including a dozen languages. This paper discusses the nature and implementation of the file system and of the user command interface.

🏛️ 거인의 어깨이 분야를 만든 논문들

유닉스 운영체제의 설계 원칙을 공유하여 현대 운영체제 아키텍처와 C 언어의 확산에 결정적인 역할을 했습니다.

이야기를 쓰는 중…

Paperis - The UNIX time-sharing system