Characteristics of unix operating system
Answers
Multi Tasking
Multi User
programming interface,
Built in networking
uses of files abstraction of dvices and other object
The characteristics are as follows:
Explanation:
1. System with Multiple Users:
Unix allows numerous programmes to run simultaneously and compete for the CPU's attention. This occurs in two ways:
Numerous users carrying out multiple tasks
Multiple jobs are run by a single user.
2. System for Multitasking:
A single user can perform numerous jobs at the same time. Editing a file, printing another, sending an email to a person, and surfing the web all at the same time is an example. The Kernel is built to meet the needs of a wide range of users.
3. The Block-by-Block Method:
The Unix developers considered preserving simple commands for various tasks. So Unix contains a lot of commands, each of which only does one thing. By using pipes ('|'), you can use two instructions.
4. The UNIX Toolkit
5. Pattern Matching
6. Programming Facility
7. Documentation