Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive-lightbox domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114
The UNIX Architecture - Testingpool

The UNIX Architecture

Different Layers of the UNIX Architecture:

UNIX Architecture

UNIX architecture consists of following features as mentioned below.

  • Hardware: This refers to the Hardware layer of any system.
  • Kernel: It is the heart of the operating system and acts as an interface between user and hardware.It also performs the tasks like memory management, file management,scheduling, power management etc.
  • Shell: This acts as an interface between user and the kernel. When user types in the terminal , shell interprets the command and calls the program that user wants. It uses the standard syntax for all commands. There are various kind of commands like C Shell, Bourne Shell and Korn Shell etc.
  • Commands: There are different kind of commands which are used in day to day life. cp,cat,grep and ls are commands which are used to perform operations on UNIX. There are more than 250 commands along with some 3rd party commands.
  • User: communicates with Shell through Commands.
  • Files and Directories: In UNIX, all the data is organized into files. All files are organized into directories. These directories are organized into a tree-like structure called the file system.

How does shell work?

As mentioned before, user interacts with shell by using commands where shell translates them for kernel to understand. Kernel processes the results and send back if any response is available to shell.The shell finally displays a prompt back to the user.

Shell process

 

 

 

 

Avatar photo

Shekhar Sharma

Shekhar Sharma is founder of testingpool.com. This website is his window to the world. He believes that ,"Knowledge increases by sharing but not by saving".

You may also like...

3 Responses

  1. srikanth says:

    Good One!

  2. Geetha says:

    Helpfull…

  3. hemanth says:

    hi