System V Article Index for
System
Website Links For
Unix System
 

Information About

System V




Unix System V, commonly abbreviated '''SysV''' and rarely called System 5, was one of the versions of the Unix Operating System . It was originally developed by AT&T and first released in 1983 . Four major versions of System V were released, termed Releases 1, 2, 3 and 4. System V Release 4, or SVR4, was the most successful version, and the source of several common Unix features, such as "SysV Init scripts" (/etc/init.d), used to control system startup and shutdown. The system also forms the basis of the '' System V Interface Definition '' (SVID), a standard defining how System V systems should work. The other one of the two major branches of the Unix system is Berkeley Software Distribution .

While AT&T sold their own hardware which ran System V (see AT&T Computer Systems ), most customers ran a version from a reseller, based on AT&T's Reference Implementation . Popular SysV derivatives include Dell SVR4 and Bull SVR4. The most widely used versions of System V today are IBM 's AIX and SCO OpenServer , based on System V Release 3, and Sun Microsystems ' Solaris Operating System and SCO UnixWare , both based on System V Release 4.

System V was an enhancement over AT&T's first commercial Unix called System III (System IV was an AT&T-internal version). Traditionally, System V has been considered one of the two major "flavors" of UNIX, the other being BSD . However, with the advent of Unix implementations developed from neither code base, such as Linux and QNX , this generalization is not as accurate as it once was, and in any case standardisation efforts such as POSIX are tending to reduce the differences between implementations.

During the period of the Unix Wars System V was known for being the primary choice of manufacturers of large multiuser systems, in opposition to BSD 's dominance of desktop workstations.


SVR1

The first version of System V (also called System V.0 or System V Release 1, SVR1) was released in 1983. Developed by AT&T's Unix System Development Labs (USDL), a merger of the Unix Support Group and the PWB group, it was based on System III and the Bell Labs internal UNIX/TS 5.0. System V also included features such as the Vi editor and Curses from the Berkeley Software Distribution of UNIX developed at the University Of California, Berkeley (UCB); it also improved performance by adding buffer and Inode caches. System V ran on the DEC VAX and PDP-11 machines. It also added support for Inter-process Communication using messages, Semaphore s, and Shared Memory .


SVR2