Plan 9
Plan 9 may refer to:
Plan 9 from Outer Space, a science fiction film directed by Ed Wood, Jr.
Plan 9 from Outer Space, the computer game.
Plan 9 from Bell Labs, an operating system developed by Bell Laboratories as Unix's successor.
Plan 9 from User Space, a port of many Plan 9 from Bell Labs libraries and applications to Unix-like operating systems
Plan 9 Records, an independent record label that was owned by Glenn Danzig of The Misfits
Plan 9 (band), a psychadelia band from Rhode Island
Plan 9 Publishing, a web comics publisher
Plan9 (comics), a Costa Rican comics magazine"Plan 9 Channel 7" is a song on the 1979 album
Machine Gun Etiquette by punk group The DamnedPlan 9 was the name used by the group
Breaking Benjamin for a short time until they came up with their current name.Plan 9 is a song by electronica band
808 State, on their album
GorgeousPlan 9 Music, a record store chain based in
Richmond, VA
See more at Wikipedia.org...
Plan 9
<
operating system> (Named after the classically bad, exceptionally low-budget SF film "Plan 9 from Outer Space") An
operating system developed at
Bell Labs by many researchers previously intimately involved with
Unix.
Plan 9 is superficially Unix-like but features far finer control over the
name-space (on a per-process basis) and is inherently distributed and scalable.
Plan 9 is divided according to service functions. CPU servers concentrate computing power into large multiprocessors; file servers provide repositories for storage and terminals give each user of the system a dedicated computer with bitmap screen and mouse on which to run a window system. The sharing of computing and file storage services provides a sense of community for a group of programmers, amortises costs and centralises and hence simplifies management and administration.
The pieces communicate by a single protocol, built above a reliable data transport layer offered by an appropriate network, that defines each service as a rooted tree of files. Even for services not usually considered as files, the unified design permits some simplification. Each process has a local file name space that contains attachments to all services the process is using and thereby to the files in those services. One of the most important jobs of a terminal is to support its user's customised view of the entire system as represented by the services visible in the name space.
Documentation (an FTP server running Plan 9).
(c) Copyright 1993 by Denis Howe