|
What is Unix? Software
Files
Directory Shell
Networking Reference
|
|
|
Name of Company |
UNIX |
|
Sun Microsystems |
Solaris and Sun OS |
| Microsoft | XENIX |
|
Silicon Graphics Inc(SGI) |
IRIS |
|
Novell |
UNIXWare |
|
University of Berkeley |
BSD UNIX |
| AT & T |
Unix SVR 3 ,Unix SVR 4 |
| Hewlett-Packard (HP) | HP-UX |
| RedHat Software | RedHat Linux |
|
Digital Equipment Corp(DEC) |
ULTRIX, Digital UNIX |
The UNIX operating system has three important features;
The kernel is at the core of each UNIX system and is loaded in whenever the system is started up. It manages the entire resources of the system, presenting them to you and every other user as a coherent system. You do not need to know anything about the kernel in order to use a UNIX system. This information is provided for your information only.
Amongst the functions performed by the kernel are:
Whenever you login to a Unix system you are placed in a program called the shell. You can see its prompt at the bottom left of your screen. To get your work done, you enter commands at this prompt. The shell acts as a command interpreter; it takes each command and passes it to the operating system kernel to be acted upon. It then displays the results of this operation on your screen.
Files are the integral part of your Unix system.A file system is a logical method for organising and storing large amounts of information in a way which makes it easily managable. The file is the smallest unit in which information is stored.