Unix(/ˈjnɪks/,YOO-niks;trademarked asUNIX) is a family ofmultitasking,multi-usercomputeroperating systemsthat derive from the originalAT&TUnix, whose development started in 1969[1]at theBell Labsresearch center byKen Thompson,Dennis Ritchie,and others.[4]

Unix
Unix System IIIrunning on aPDP-11simulator
DeveloperKen Thompson,Dennis Ritchie,Brian Kernighan,Douglas McIlroy,andJoe OssannaatBell Labs
Written inCandassembly language
OS familyUnix
Source modelHistoricallyproprietary software,while some Unix projects (includingBSDfamily andillumos) areopen-source
Initial releaseDevelopment started in 1969
First manual publishedinternallyin November 1971(1971-11)[1]
Announced outside Bell Labs in October 1973(1973-10)[2]
Available inEnglish
KerneltypeVaries;monolithic,microkernel,hybrid
Influenced byCTSS,[3]Multics
Default
user interface
Command-line interfaceandGraphical(WaylandandX Window System;AndroidSurfaceFlinger;macOSQuartz)
LicenseVaries; some versions areproprietary,others arefree/open-source software
Official websitewww.opengroup.org/unix

Initially intended for use inside theBell System,AT&TlicensedUnix to outside parties in the late 1970s, leading to a variety of both academic and commercial Unix variants from vendors includingUniversity of California, Berkeley(BSD),Microsoft(Xenix),Sun Microsystems(SunOS/Solaris),HP/HPE(HP-UX), andIBM(AIX). In the early 1990s,AT&Tsold its rights in Unix toNovell,which then sold the UNIX trademark toThe Open Group,an industry consortium founded in 1996. The Open Group allows the use of the mark for certified operating systems that comply with theSingle UNIX Specification(SUS).

Early versions of Unix ran onPDP-11computers.

Unix systems are characterized by amodular designthat is sometimes called the "Unix philosophy".According to this philosophy, the operating system should provide a set of simple tools, each of which performs a limited, well-defined function.[5]A unified andinode-basedfilesystemand aninter-process communicationmechanism known as "pipes"serve as the main means of communication,[4]and ashellscripting and command language (theUnix shell) is used to combine the tools to perform complex workflows.

Unix distinguishes itself from its predecessors as the firstportableoperating system: almost the entire operating system is written in theC programming language,which allows Unix to operate on numerous platforms.[6]

Overview

edit
Version 7 Unix,theResearch Unixancestor of all modern Unix systems

Unix was originally meant to be a convenient platform for programmers developing software to be run on it and on other systems, rather than for non-programmers.[7][8][9]The system grew larger as the operating system started spreading in academic circles, and as users added their own tools to the system and shared them with colleagues.[10]

At first, Unix was not designed to beportable[6]or formulti-tasking.[11]Later, Unix gradually gained portability, multi-tasking andmulti-usercapabilities in atime-sharingconfiguration. Unix systems are characterized by various concepts: the use ofplain textfor storing data; ahierarchical file system;treating devices and certain types ofinter-process communication(IPC) as files; and the use of a large number ofsoftware tools,small programs that can be strung together through acommand-line interpreterusingpipes,as opposed to using a single monolithic program that includes all of the same functionality. These concepts are collectively known as the "Unix philosophy".Brian KernighanandRob Pikesummarize this inThe Unix Programming Environmentas "the idea that the power of a system comes more from the relationships among programs than from the programs themselves".[12]

By the early 1980s, users began seeing Unix as a potential universal operating system, suitable for computers of all sizes.[13][14]The Unix environment and theclient–serverprogram model were essential elements in the development of theInternetand the reshaping of computing as centered innetworksrather than in individual computers.

Both Unix and theC programming languagewere developed byAT&Tand distributed to government and academic institutions, which led to both being ported to a wider variety of machine families than any other operating system.

The Unix operating system consists of many libraries and utilities along with the master control program, thekernel.The kernel provides services to start and stop programs, handles thefile systemand other common "low-level" tasks that most programs share, and schedules access to avoid conflicts when programs try to access the same resource or device simultaneously. To mediate such access, the kernel has special rights, reflected in the distinction ofkernel spacefromuser space,the latter being a lower priority realm where most application programs operate.

History

edit

The origins of Unix date back to the mid-1960s when theMassachusetts Institute of Technology,Bell Labs,andGeneral Electricwere developingMultics,atime-sharingoperating system for theGE 645mainframe computer.[15] Multics featuredseveral innovations,but also presented severe problems. Frustrated by the size and complexity of Multics, but not by its goals, individual researchers at Bell Labs started withdrawing from the project. The last to leave wereKen Thompson,Dennis Ritchie,Douglas McIlroy,andJoe Ossanna,[11]who decided to reimplement their experiences in a new project of smaller scale. This new operating system was initially without organizational backing, and also without a name.

The new operating system was a single-tasking system.[11]In 1970, the group coined the nameUnicsforUniplexed Information and Computing Serviceas apunonMultics,which stood forMultiplexed Information and Computer Services.Brian Kernighantakes credit for the idea, but adds that "no one can remember" the origin of the final spellingUnix.[16]Dennis Ritchie,[11]Doug McIlroy,[1]andPeter G. Neumann[17]also credit Kernighan.

The operating system was originally written inassembly language,but in 1973, Version 4 Unix was rewritten inC.[11]Version 4 Unix, however, still had muchPDP-11specific code, and was not suitable for porting. The first port to another platform was a port of Version 6, made four years later (1977) at theUniversity of Wollongongfor theInterdata 7/32,[18]followed by a Bell Labs port of Version 7 to theInterdata 8/32during 1977 and 1978.[19]

Bell Labs produced several versions of Unix that are collectively referred to asResearch Unix.In 1975, the first source license forUNIXwas sold toDonald B. Gilliesat theUniversity of Illinois Urbana–ChampaignDepartment of Computer Science (UIUC).[20]

During the late 1970s and early 1980s, the influence of Unix in academic circles led to large-scale adoption of Unix (BSDandSystem V) by commercial startups, which in turn led to Unix fragmenting into multiple, similar — but often slightly and mutually incompatible — systems includingDYNIX,HP-UX,SunOS/Solaris,AIX,andXenix.In the late 1980s,AT&TUnix System LaboratoriesandSun Microsystemsdeveloped System V Release 4 (SVR4), which was subsequently adopted by many commercial Unix vendors.

In the 1990s, Unix andUnix-likesystems grew in popularity and became the operating system of choice forover 90% of the world's top 500 fastest supercomputers,[21]asBSDandLinuxdistributions were developed through collaboration by a worldwide network of programmers. In 2000, Apple releasedDarwin,also a Unix system, which became the core of the Mac OS X operating system, later renamedmacOS.[22]

Unix-like operating systems are widely used in modernservers,workstations,andmobile devices.[23]

Standards

edit
TheCommon Desktop Environment(CDE), part of theCOSE initiative

In the late 1980s, an open operating system standardization effort now known asPOSIXprovided a common baseline for all operating systems;IEEEbased POSIX around the common structure of the major competing variants of the Unix system, publishing the first POSIX standard in 1988. In the early 1990s, a separate but very similar effort was started by an industry consortium, theCommon Open Software Environment(COSE) initiative, which eventually became theSingle UNIX Specification(SUS) administered byThe Open Group.Starting in 1998, the Open Group and IEEE started theAustin Group,to provide a common definition of POSIX and the Single UNIX Specification, which, by 2008, had become the Open Group Base Specification.

In 1999, in an effort towards compatibility, several Unix system vendors agreed on SVR4'sExecutable and Linkable Format(ELF) as the standard for binary and object code files. The common format allows substantial binary compatibility among different Unix systems operating on the same CPU architecture.

TheFilesystem Hierarchy Standardwas created to provide a reference directory layout for Unix-like operating systems; it has mainly been used in Linux.

Components

edit

The Unix system is composed of several components that were originally packaged together. By including the development environment, libraries, documents and the portable, modifiable source code for all of these components, in addition to thekernelof an operating system, Unix was a self-contained software system. This was one of the key reasons it emerged as an important teaching and learning tool and has had a broad influence.[according to whom?]

The inclusion of these components did not make the system large – the original V7 UNIX distribution, consisting of copies of all of the compiled binaries plus all of the source code and documentation occupied less than 10 MB and arrived on a single nine-trackmagnetic tape,earning its reputation as a portable system.[24]The printed documentation, typeset from the online sources, was contained in two volumes.

The names and filesystem locations of the Unix components have changed substantially across the history of the system. Nonetheless, the V7 implementation is considered by many[who?]to have the canonical early structure:

  • Kernel– source code in /usr/sys, composed of several sub-components:
    • conf– configuration and machine-dependent parts, including boot code
    • dev– device drivers for control of hardware (and some pseudo-hardware)
    • sys– operating system "kernel", handling memory management, process scheduling, system calls, etc.
    • h– header files, defining key structures within the system and important system-specific invariables
  • Development environment– early versions of Unix contained a development environment sufficient to recreate the entire system from source code:
    • ed– text editor, for creating source code files
    • ccC languagecompiler (first appeared in V3 Unix)
    • as– machine-language assembler for the machine
    • ldlinker,for combining object files
    • lib– object-code libraries (installed in /lib or /usr/lib).libc,the system library with C run-time support, was the primary library, but there have always been additional libraries for things such as mathematical functions (libm) or database access. V7 Unix introduced the first version of the modern "Standard I/O" librarystdioas part of the system library. Later implementations increased the number of libraries significantly.
    • make– build manager (introduced inPWB/UNIX), for effectively automating the build process
    • include– header files for software development, defining standard interfaces and system invariants
    • Other languages– V7 Unix contained a Fortran-77 compiler, a programmable arbitrary-precision calculator (bc,dc), and theawkscripting language; later versions and implementations contain many other language compilers and toolsets. Early BSD releases includedPascaltools, and many modern Unix systems also include theGNU Compiler Collectionas well as or instead of a proprietary compiler system.
    • Other tools– including an object-code archive manager (ar), symbol-table lister (nm), compiler-development tools (e.g.lex&yacc), and debugging tools.
  • Commands– Unix makes little distinction between commands (user-level programs) for system operation and maintenance (e.g.cron), commands of general utility (e.g.grep), and more general-purpose applications such as the text formatting and typesetting package. Nonetheless, some major categories are:
    • sh– the "shell" programmablecommand-line interpreter,the primary user interface on Unix before window systems appeared, and even afterward (within a "command window" ).
    • Utilities– the core toolkit of the Unix command set, includingcp,ls,grep,findand many others. Subcategories include:
      • System utilities– administrative tools such asmkfs,fsck,and many others.
      • User utilities– environment management tools such aspasswd,kill,and others.
    • Document formatting– Unix systems were used from the outset for document preparation and typesetting systems, and included many related programs such asnroff,troff,tbl,eqn,refer,andpic.Some modern Unix systems also include packages such asTeXandGhostscript.
    • Graphics– theplotsubsystem provided facilities for producing simple vector plots in a device-independent format, with device-specific interpreters to display such files. Modern Unix systems also generally includeX11as a standard windowing system andGUI,and many supportOpenGL.
    • Communications– early Unix systems contained no inter-system communication, but did include the inter-user communication programsmailandwrite.V7 introduced the early inter-system communication systemUUCP,and systems beginning with BSD release 4.1c includedTCP/IPutilities.
  • Documentation– Unix was one of the first operating systems to include all of its documentation online in machine-readable form.[25]The documentation included:
    • man– manual pages for each command, library component,system call,header file, etc.
    • doc– longer documents detailing major subsystems, such as the C language and troff

Impact

edit
Ken ThompsonandDennis Ritchie,principal developers ofResearch Unix
Photo fromUSENIX1984, includingDennis Ritchie(center)

The Unix system had a significant impact on other operating systems. It achieved its reputation by its interactivity, by providing the software at a nominal fee for educational use, by running on inexpensive hardware, and by being easy to adapt and move to different machines. Unix was originally written inassembly language,but was soon rewritten inC,ahigh-level programming language.[26]Although this followed the lead ofCTSS,MulticsandBurroughs MCP,it was Unix that popularized the idea.

Unix had a drastically simplified file model compared to many contemporary operating systems: treating all kinds of files as simple byte arrays. The file system hierarchy contained machine services and devices (such asprinters,terminals,ordisk drives), providing a uniform interface, but at the expense of occasionally requiring additional mechanisms such asioctland mode flags to access features of the hardware that did not fit the simple "stream of bytes" model. ThePlan 9operating system pushed this model even further and eliminated the need for additional mechanisms.

Unix also popularized the hierarchical file system with arbitrarily nested subdirectories, originally introduced by Multics. Other common operating systems of the era had ways to divide a storage device into multiple directories or sections, but they had a fixed number of levels, often only one level. Several major proprietary operating systems eventually added recursive subdirectory capabilities also patterned after Multics. DEC'sRSX-11M's "group, user" hierarchy evolved intoOpenVMSdirectories,CP/M's volumes evolved intoMS-DOS2.0+ subdirectories, and HP'sMPEgroup.account hierarchy and IBM'sSSPandOS/400library systems were folded into broader POSIX file systems.

Making the command interpreter an ordinary user-level program, with additional commands provided as separate programs, was another Multics innovation popularized by Unix. TheUnix shellused the same language for interactive commands as for scripting (shell scripts– there was no separate job control language like IBM'sJCL). Since the shell and OS commands were "just another program", the user could choose (or even write) their own shell. New commands could be added without changing the shell itself. Unix's innovative command-line syntax for creating modular chains of producer-consumer processes (pipelines) made a powerful programming paradigm (coroutines) widely available. Many later command-line interpreters have been inspired by the Unix shell.

A fundamental simplifying assumption of Unix was its focus onnewline-delimitedtext for nearly all file formats. There were no "binary" editors in the original version of Unix – the entire system was configured using textual shell command scripts. The common denominator in the I/O system was the byte – unlike"record-based" file systems.The focus on text for representing nearly everything made Unix pipes especially useful and encouraged the development of simple, general tools that could easily be combined to perform more complicatedad hoctasks. The focus on text and bytes made the system far more scalable and portable than other systems. Over time, text-based applications have also proven popular in application areas, such as printing languages (PostScript,ODF), and at the application layer of theInternet protocols,e.g.,FTP,SMTP,HTTP,SOAP,andSIP.

Unix popularized a syntax forregular expressionsthat found widespread use. The Unix programming interface became the basis for a widely implemented operating system interface standard (POSIX, see above). TheC programming languagesoon spread beyond Unix, and is now ubiquitous in systems and applications programming.

Early Unix developers were important in bringing the concepts ofmodularityandreusabilityintosoftware engineeringpractice, spawning a "software tools" movement. Over time, the leading developers of Unix (and programs that ran on it) established a set of cultural norms for developing software, norms which became as important and influential as the technology of Unix itself; this has been termed theUnix philosophy.

TheTCP/IP networking protocolswere quickly implemented on the Unix versions widely used on relatively inexpensive computers, which contributed to theInternetexplosion of worldwide, real-time connectivity and formed the basis for implementations on many other platforms.

The Unix policy of extensive on-line documentation and (for many years) ready access to all system source code raised programmer expectations, and contributed to the launch of thefree software movementin 1983.

Free Unix and Unix-like variants

edit
Console screenshots ofDebian(top, a popularLinux distribution) andFreeBSD(bottom, a popularUnix-likeoperating system)

In 1983,Richard Stallmanannounced theGNU(short for "GNU's Not Unix" ) project, an ambitious effort to create afree softwareUnix-likesystem— "free" in the sense that everyone who received a copy would be free to use, study, modify, and redistribute it. The GNU project's own kernel development project,GNU Hurd,had not yet produced a working kernel, but in 1991Linus Torvaldsreleased theLinux kernelas free software under theGNU General Public License.In addition to their use in theGNUoperating system, many GNU packages – such as theGNU Compiler Collection(and the rest of theGNU toolchain), theGNU C libraryand theGNU Core Utilities– have gone on to play central roles in other free Unix systems as well.

Linux distributions,consisting of the Linux kernel and large collections of compatible software have become popular both with individual users and in business. Popular distributions includeRed Hat Enterprise Linux,Fedora,SUSE Linux Enterprise,openSUSE,Debian,Ubuntu,Linux Mint,Slackware Linux,Arch LinuxandGentoo.[27]

A free derivative ofBSDUnix,386BSD,was released in 1992 and led to theNetBSDandFreeBSDprojects. With the 1994 settlement of a lawsuit brought against the University of California and Berkeley Software Design Inc. (USL v. BSDi) byUnix System Laboratories,it was clarified that Berkeley had the right to distribute BSD Unix for free if it so desired. Since then, BSD Unix has been developed in several different product branches, includingOpenBSDandDragonFly BSD.

Linux and BSD Unix are increasingly[when?]filling the market needs traditionally served by proprietary Unix operating systems, as well as expanding into new markets such as the consumer desktop and mobile and embedded devices. Because of the modular design of the Unix model, sharing components is relatively common: most or all Unix and Unix-like systems include at least some BSD code, while some include GNU utilities in their distributions.

In a 1999 interview, Dennis Ritchie voiced his opinion that Linux and BSD Unix operating systems are a continuation of the basis of the Unix design and are derivatives of Unix:[28]

I think the Linux phenomenon is quite delightful, because it draws so strongly on the basis that Unix provided. Linux seems to be among the healthiest of the direct Unix derivatives, though there are also the various BSD systems as well as the more official offerings from the workstation and mainframe manufacturers.

In the same interview, he states that he views both Unix and Linux as "the continuation of ideas that were started by Ken and me and many others, many years ago".[28]

OpenSolariswas thefree softwarecounterpart toSolarisdeveloped bySun Microsystems,which included aCDDL-licensed kernel and a primarilyGNUuserland. However,Oraclediscontinued the project upon their acquisition of Sun, which prompted a group of former Sun employees and members of the OpenSolaris community to fork OpenSolaris into theillumoskernel. As of 2014, illumos remains the only active, open-source System V derivative.

ARPANET

edit

In May 1975, RFC 681 described the development ofNetwork Unixby the Center for Advanced Computation at theUniversity of Illinois Urbana-Champaign.[29]The Unix system was said to "present several interesting capabilities as anARPANETmini-host ". At the time, Unix required a license fromBell Telephone Laboratoriesthat cost US$20,000 for non-university institutions, while universities could obtain a license for a nominal fee of $150. It was noted that Bell was "open to suggestions" for an ARPANET-wide license.

The RFC specifically mentions that Unix "offers powerful local processing facilities in terms of user programs, severalcompilers,aneditorbased onQED,a versatile document preparation system, and an efficientfile systemfeaturing sophisticated access control,mountableand de-mountable volumes, and a unified treatment of peripherals asspecial files."The latter permitted theNetwork Control Program(NCP) to be integrated within the Unix file system, treatingnetwork connectionsas special files that could be accessed through standard UnixI/O calls,which included the added benefit of closing all connections on program exit, should the user neglect to do so. In order "to minimize the amount of code added to the basic Unixkernel",much of the NCP code ran in aswappableuser process, running only when needed.[29]

Branding

edit
Promotionallicense platebyDigital Equipment Corporation.Actual license plate is used byJon Hall.
HP 9000workstationrunningHP-UX,a certified Unix operating system

In October 1993,Novell,the company that owned the rights to the Unix System V source at the time, transferred thetrademarksof Unix to the X/Open Company (nowThe Open Group),[30]and in 1995 sold the related business operations toSanta Cruz Operation(SCO).[31][32]Whether Novell also sold thecopyrightsto the actual software was the subject of a federal lawsuit in 2006,SCO v. Novell,which Novell won. The case was appealed, but on August 30, 2011, the United States Court of Appeals for the Tenth Circuit affirmed the trial decisions, closing the case.[33]Unix vendorSCO Group Inc.accused Novell ofslander of title.

The present owner of the trademarkUNIXis The Open Group, an industry standards consortium. Only systems fully compliant with and certified to theSingle UNIX Specificationqualify as "UNIX" (others are called "Unix-like").

By decree of The Open Group, the term "UNIX" refers more to a class of operating systems than to a specific implementation of an operating system; those operating systems which meet The Open Group's Single UNIX Specification should be able to bear theUNIX 98orUNIX 03trademarks today, after the operating system's vendor pays a substantial certification fee and annual trademark royalties to The Open Group.[34]Systems that have been licensed to use the UNIX trademark includeAIX,[35]EulerOS,[36]HP-UX,[37]Inspur K-UX,[38]IRIX,[39]macOS,[40]Solaris,[41]Tru64 UNIX(formerly "Digital UNIX", orOSF/1),[42]andz/OS.[43]Notably, EulerOS and Inspur K-UX are Linux distributions certified as UNIX 03 compliant.[44][45]

Sometimes a representation likeUn*x,*NIX,or*N?Xis used to indicate all operating systems similar to Unix. This comes from the use of the asterisk (*) and the question mark characters as wildcard indicators in many utilities. This notation is also used to describe other Unix-like systems that have not met the requirements for UNIX branding from the Open Group.

The Open Group requests thatUNIXalways be used as an adjective followed by a generic term such assystemto help avoid the creation of agenericized trademark.

Unixwas the original formatting,[disputeddiscuss]but the usage ofUNIXremains widespread because it was once typeset insmall caps(Unix). According toDennis Ritchie,when presenting the original Unix paper to the third Operating Systems Symposium of the AmericanAssociation for Computing Machinery(ACM), "we had a new typesetter andtroffhad just been invented and we were intoxicated by being able to produce small caps ".[46]Many of the operating system's predecessors and contemporaries used all-uppercase lettering, so many people wrote the name in upper case due to force of habit. It is not an acronym.[47]

Trademark names can be registered by different entities in different countries and trademark laws in some countries allow the same trademark name to be controlled by two different entities if each entity uses the trademark in easily distinguishable categories. The result is that Unix has been used as a brand name for various products including bookshelves, ink pens, bottled glue, diapers, hair driers and food containers.[48]

Several plural forms of Unix are used casually to refer to multiple brands of Unix and Unix-like systems. Most common is the conventionalUnixes,butUnices,treating Unix as aLatinnoun of thethird declension,is also popular. The pseudo-Anglo-Saxonplural formUnixenis not common, although occasionally seen.Sun Microsystems,developer of the Solaris variant, has asserted that the termUnixis itself plural, referencing its many implementations.[49]

See also

edit

References

edit
  1. ^abcMcIlroy, M. D.(1987).A Research Unix reader: annotated excerpts from the Programmer's Manual, 1971–1986(PDF)(Technical report). CSTR. Bell Labs. 139.Archived(PDF)from the original on 11 November 2017.
  2. ^Ritchie, D. M.;Thompson, K.(1974)."The UNIX Time-Sharing System"(PDF).Communications of the ACM.17(7): 365–375.CiteSeerX10.1.1.118.1214.doi:10.1145/361011.361061.S2CID53235982.Archived(PDF)from the original on 11 June 2015.
  3. ^Ritchie, Dennis M.(1977).The Unix Time-sharing System: A retrospective(PDF).Tenth Hawaii International Conference on the System Sciences.a good case can be made that [UNIX] is in essence a modern implementation of MIT's CTSS system
  4. ^abRitchie, D.M.;Thompson, K.(July 1978)."The UNIX Time-Sharing System".Bell System Tech. J.57(6): 1905–1929.CiteSeerX10.1.1.112.595.doi:10.1002/j.1538-7305.1978.tb02136.x.RetrievedDecember 9,2012.
  5. ^Raymond, Eric(19 September 2003).The Art of Unix Programming.Addison-Wesley.ISBN978-0-13-142901-7.Archivedfrom the original on 12 February 2009.Retrieved9 February2009.
  6. ^abRitchie, Dennis M.(January 1993)."The Development of the C Language"(PDF).Archived(PDF)from the original on 11 June 2015.Retrieved30 July2022.
  7. ^Raymond, Eric Steven(2003)."The Elements of Operating-System Style".The Art of Unix Programming.RetrievedAugust 16,2020.
  8. ^Brand, Stewart(1984).Tandy/Radio Shack Book: Whole Earth Software Catalog.Quantum Press/Doubleday.ISBN9780385191661.UNIX was created by software developers for software developers, to give themselves an environment they could completely manipulate.
  9. ^Spolsky, Joel(December 14, 2003)."Biculturalism".Joel on Software.RetrievedMarch 21,2021.When Unix was created and when it formed its cultural values,there were no end users.
  10. ^Powers, Shelley;Peek, Jerry;O'Reilly, Tim;Loukides, Mike (2002).Unix Power Tools."O'Reilly Media, Inc.".ISBN978-0-596-00330-2.
  11. ^abcdeRitchie, Dennis M."The Evolution of the Unix Time-sharing System"(PDF).Archived(PDF)from the original on 3 April 2017.Retrieved9 January2017.
  12. ^Kernighan, Brian W. Pike, Rob.The UNIX Programming Environment.1984. viii
  13. ^Fiedler, Ryan (October 1983)."The Unix Tutorial / Part 3: Unix in the Microcomputer Marketplace".BYTE.p. 132.RetrievedJanuary 30,2015.
  14. ^Brand, Stewart(1984).Tandy/Radio Shack Book: Whole Earth Software Catalog.Quantum Press/Doubleday.ISBN9780385191661.The best thing about UNIX is its portability. UNIX ports across a full range of hardware—from the single-user $5000 IBM PC to the $5 million Cray. For the first time, the point of stability becomes the software environment, not the hardware architecture; UNIX transcends changes in hardware technology, so programs written for the UNIX environment can move into the next generation of hardware.
  15. ^Stuart, Brian L. (2009).Principles of operating systems: design & applications.Boston, Massachusetts: Thompson Learning. p. 23.ISBN978-1-4188-3769-3.
  16. ^Dolya, Aleksey (29 July 2003)."Interview with Brian Kernighan".Linux Journal.Archivedfrom the original on 18 October 2017.
  17. ^Rik Farrow."An Interview with Peter G. Neumann"(PDF).;login:.42(4): 38.That then led to Unics (the castrated one-user Multics, so- called due to Brian Kernighan) later becoming UNIX (probably as a result of AT&T lawyers).
  18. ^Reinfelds, Juris."The First Port of UNIX"(PDF).RetrievedJune 30,2015.
  19. ^"Portability of C Programs and the UNIX System".Bell-labs.RetrievedAugust 24,2018.
  20. ^Thompson, Ken(16 September 2014)."personal communication, Ken Thompson to Donald W. Gillies".UBC ECE website.Archivedfrom the original on 22 March 2016.
  21. ^"Operating system Family - Systems share".Top 500 project.
  22. ^"Loading".Apple Developer.Archivedfrom the original on 9 June 2012.Retrieved22 August2012.
  23. ^"Unix's Revenge".asymco. 29 September 2010.Archivedfrom the original on 9 November 2010.Retrieved9 November2010.
  24. ^"Unix: the operating system setting new standards".IONOS Digitalguide.May 29, 2020.RetrievedMay 10,2022.
  25. ^Shelley Powers;Jerry Peek;Tim O'Reilly;Michael Kosta Loukides; Mike Loukides (2003).Unix Power Tools."O'Reilly Media, Inc.". p. 32.ISBN978-0-596-00330-2.RetrievedAugust 8,2022.
  26. ^Ritchie, Dennis(1979)."The Evolution of the Unix Time-sharing System".Bell Labs.Archivedfrom the original on 11 June 2015.Retrieved30 April2016.Perhaps the most important watershed occurred during 1973, when the operating system kernel was rewritten in C.
  27. ^"Major Distributions".distrowatch.
  28. ^abBenet, Manuel (1999)."Interview With Dennis M. Ritchie".LinuxFocus.org.Archivedfrom the original on 4 January 2018.Retrieved16 August2020.
  29. ^abHolmgren, Steve (May 1975).Network Unix.IETF.doi:10.17487/RFC0681.RFC681.RetrievedApril 22,2021.
  30. ^Chuck Karish (October 12, 1993)."The name UNIX is now the property of X/Open".Newsgroup:comp.std.unix.Usenet:[email protected].RetrievedFebruary 21,2020.
  31. ^"Novell Completes Sale of UnixWare Business to The Santa Cruz Operation | Micro Focus".novell.Archivedfrom the original on 20 December 2015.Retrieved20 December2015.
  32. ^"HP, Novell and SCO To Deliver High-Volume UNIX OS With Advanced Network And Enterprise Services".Novell. September 20, 1995.Archivedfrom the original on January 23, 2007.RetrievedNovember 9,2010.
  33. ^Jones, Pamela."SCO Files Docketing Statement and We Find Out What Its Appeal Will Be About".Groklaw.Groklaw.net.RetrievedApril 12,2011.
  34. ^The Open Group."The Open Brand Fee Schedule".Archivedfrom the original on December 31, 2011.RetrievedDecember 26,2011.The right to use the UNIX Trademark requires the Licensee to pay to The Open Group an additional annual fee, calculated in accordance with the fee table set out below.
  35. ^The Open Group."AIX 6 Operating System V6.1.2 with SP1 or later certification".Archivedfrom the original on April 8, 2016.
  36. ^The Open Group (September 8, 2016)."Huawei EulerOS 2.0 certification".
  37. ^The Open Group."HP-UX 11i V3 Release B.11.31 or later certification".Archivedfrom the original on April 8, 2016.
  38. ^The Open Group."Inspur K-UX 2.0 certification".Archivedfrom the original on July 9, 2014.
  39. ^The Open Group."IRIX 6.5.28 with patches (4605 and 7029) certification".Archivedfrom the original on March 4, 2016.
  40. ^"macOS version 10.12 Sierra on Intel-based Mac computers".The Open Group.Archivedfrom the original on October 2, 2016.
  41. ^The Open Group."Oracle Solaris 11 FCS and later certification".Archivedfrom the original on September 24, 2015.
  42. ^Bonnie Talerico."Hewlett-Packard Company Conformance Statement".The Open Group.Archivedfrom the original on December 10, 2015.RetrievedDecember 8,2015.
  43. ^Vivian W. Morabito."IBM Corporation Conformance Statement".The Open Group.RetrievedJanuary 21,2018.
  44. ^Peng Shen."Huawei Conformance Statement".The Open Group.RetrievedJanuary 22,2020.
  45. ^Peng Shen."Huawei Conformance Statement: Commands and Utilities V4".The Open Group.RetrievedJanuary 22,2020.
  46. ^Raymond, Eric S. (ed.)."Unix".The Jargon File.Archivedfrom the original on June 4, 2011.RetrievedNovember 9,2010.
  47. ^Troy, Douglas (1990).UNIX Systems.Computing Fundamentals. Benjamin/Cumming Publishing Company. p. 4.ISBN978-0-201-19827-0.
  48. ^"Autres Unix, autres moeurs (OtherUnix)".Bell Laboratories.April 1, 2000.Archivedfrom the original on April 3, 2017.RetrievedJanuary 3,2018.
  49. ^"History of Solaris"(PDF).Archived(PDF)from the original on March 18, 2017.UNIX is plural. It is not one operating system but, many implementations of an idea that originated in 1965.

Further reading

edit
General
Books
Television
Talks
edit