Unix Features
Unix Features
Portability:
Machine-independence:
The System hides the machine architecture from the user, making it easier to write
applications that can run on micros, mins and mainframes.
Multi-Tasking:
Multi-User Operations:
UNIX uses a hierarchal file structure to store information. This structure has the
maximum flexibility in grouping information in a way that reflects its natural state. It
allows for easy maintenance and efficient implementation.
UNIX shell:
UNIX has a simple user interface called the shell that has the power to provide the
services that the user wants. It protects the user from having to know the intricate
hardware details.
UNIX has facilities called Pipes and Filters which permit the user to create complex
programs from simple programs.
Utilities:
UNIX has over 200 utility programs for various functions. New utilities can be built
effortlessly by combining existing utilities.
UNIX offers an excellent variety of tools for software development for all phases,
from program editing to maintenance of software,