UNIX Introduction 1
UNIX Introduction 1
Presented By
Assistant Professor
Pratiksha Patel
Shri S.V.Patel College of Computer Science and Business
Management
Objectives
- What is Operating System
- What is UNIX OS
- Difference Between UNIX and DOS
- History of UNIX
- Features of UNIX
Multi-user capability
It allows more than one
user to share the same
computer system at the
same time.
At the same time computer
resource such as printer,
memory, hard disk are
shares among multiple
users
UNIX Intro. June 2020 1
Features of UNIX O/S
Multi-tasking capability
More than one programme
can be run at a same time
Single user can run multiple
task concurrently.
In this one task run in
foreground and remaining
in background
Inter-process Communication
This feature allow the user to communicate with other
users
It allows the user to pass on data, exchange mail, or
other program to another users within the networks
Security
Help facility:
It is the beautiful feature of UNIX/ LINUX Operating
systems.
If we don’t know the information about given command
just go through the help line.
e.g
$ man <command name>