UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: We'd Like to Hear From YouChapter 1Next: 1.2 Bundling
 

1. Introduction

Contents:
Merging the Traditions
Bundling
What's in the Quick Ref
Beginner's Guide
Guide for Users of BSD-derived Systems

The UNIX operating system originated from AT&T (now USL) in the early 1970's. Because UNIX was able to run on different hardware from different vendors, this encouraged developers to modify UNIX and distribute it as their own value-added version of UNIX. Separate UNIX traditions evolved as a result: USL's System V, Berkeley Standard Distribution (BSD, from the University of California, Berkeley), Xenix, etc.

1.1 Merging the Traditions

Today, UNIX developers are trying to blend the different traditions back into a more standard version. (The ongoing work on POSIX, an international standard based on System V and BSD, is influencing this movement.) This quick reference describes two systems that offer what many people consider to be a "more standard" version of UNIX: System V Release 4 (SVR4) and Solaris 2.0.

SVR4, which was developed jointly by USL (a division of AT&T) and Sun Microsystems, has merged features from BSD and SVR3. This adds about two dozen BSD commands (plus some new SVR4 commands) to the basic UNIX command set. In addition, SVR4 provides a BSD Compatibility Package, a kind of "second string" command group. This package includes some of the most fundamental BSD commands, and its purpose is to help users of BSD-derived systems make the transition to SVR4.

Solaris 2.0 is a distributed computing environment from SunSoft (a division of Sun Microsystems). The history of Solaris 2.0 is more complicated.

Solaris 2.0 includes the SunOS 5.0 operating system plus additional features such as OpenWindows. SunOS 5.0, in turn, merges SunOS 4.1 and SVR4. Most of the new content comes from SVR4. As a result, Solaris 2.0 is based on SVR4 but contains additional BSD/SunOS features. To help in the transition from the old (largely BSD-based) SunOS, Solaris 2.0 provides the BSD/SunOS Compatibility Package and the Binary Compatibility Package.


Previous: We'd Like to Hear From YouUNIX in a Nutshell: System V EditionNext: 1.2 Bundling
We'd Like to Hear From YouBook Index1.2 Bundling

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System