In The Today's Session We'll Read
In The Today's Session We'll Read
What is UNIX ?
History of UNIX
• Other Version Related to UNIX
• System V Release 4 (SVR 4)
A Brief Intro of LINUX
UNIX Philosophy
What is UNIX?
UNIX is a computer operating system.
single user can also run multiple tasks concurrently. You can
Unix is open source software, which means that users are free
to look at and modify its code.
History of UNIX
UNIX versions can be broadly divided into two different
schools –
• The System V school from AT &T Bell Laboratories
• The Berkeley school from the University of California,
Berkeley.
UNIX operating system was originally designed by Ken
Thompson and Dennis Ritchie at AT & T Bell Laboratories in
1969. Early UNIX suggested the name UNICS (Uniplexed
Information and Computing System)
In 1970, UNICS finally became the name by which it’s known
today- UNIX.
It evolved from time sharing operating system called
MULTICS (Multiplexed Operating and Computing System)in
order to fulfill the programming requirements of that time.
Originally UNIX was written in assembly language but was
recoded in 1973 in ‘C’ afterwards.
Writing the system in C made it possible to maintain it and
move it to different hardware platforms.
Although UNIX is written in ‘C’ language, it supports other
languages like Fortran, Pascal, Cobol, Lisp, Basic and Prolog.
It can support any language that has a compiler or interpreter
and a system interface that maps user requests to standard set
Conti….
Conti….
Conti….
Berkeley filled the gaps left behind by AT&T and later decided
to rewrite the whole thing in the way they wanted.
…. Hewlett-Packard HP-UX
Apple AUX
Amdahl UTS
Cray UNICOS
IBM AIX.
Every vender called its product the “true” UNIX as if there
was such a thing called a true UNIX.
A number of significant developments in UNIX have taken
place in the last couple of the years.
In 1992, AT&T’s UNIX business was sold off to Novell.
1. It is an active entity.
2. It is a program in execution.
3. A program can be a process and a program can have n
number of process.