answersLogoWhite

0


Best Answer

The shell is the interface between users and operationg systems..Kernel

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a role of shell of Operating System?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Performing Arts

Is shell a part of the operating system?

No. It is easier to alter shell when it is not part of the operating system. Answer: its easier but the real answer is shell is not part of Operating system as it is command prompt use to operate operating system and its part of disk operating system


What is shell in os?

The 'shell' is a user interface program that interfaces between a user of the system and the Operating System. It is the user interface.


What is role of the operating system?

mhhh


Why shell is not a part of operating system?

Because if it was, the system would be MUCH more prone to crashing(also known as Microsoft Windows).Actually, a shell IS part of an operating system. "Operating System" encompassing not just the kernel, but also a standard set of utilities and libraries which provide a defined API.For example, the UNIX Operating system include the Bourne Shell as a part of its specification, as well as a specific C library, and filesystem utilities such as 'ls', 'grep', etc.Obviously, as there a large number of shells around, a specific shell may NOT be part of a specific Operating System.


What is the difference between Kernel and Shell?

Your interface to the operating system is called a shell.The shell is the outermost layer of the operating system. Shells incorporate a programming language to control processes and files, as well as to start and control other programs. The shell manages the interaction between you and the operating system by prompting you for input, interpreting that input for the operating system, and then handling any resulting output from the operating system.Shells provide a way for you to communicate with the operating system. This communication is carried out either interactively (input from the keyboard is acted upon immediately) or as a shell script. A shell script is a sequence of shell and operating system commands that is stored in a file.When you log in to the system, the system locates the name of a shell program to execute. After it is executed, the shell displays a command prompt. This prompt is usually a $ (dollar sign). When you type a command at the prompt and press the Enter key, the shell evaluates the command and attempts to carry it out. Depending on your command instructions, the shell writes the command output to the screen or redirects the output. It then returns the command prompt and waits for you to type another command.

Related questions

Is shell a part of operating system?

No. It is easier to alter shell when it is not part of the operating system. Answer: its easier but the real answer is shell is not part of Operating system as it is command prompt use to operate operating system and its part of disk operating system


Is shell a part of the operating system?

No. It is easier to alter shell when it is not part of the operating system. Answer: its easier but the real answer is shell is not part of Operating system as it is command prompt use to operate operating system and its part of disk operating system


What is Shell in shell?

The 'shell' is a user interface program that interfaces between a user of the system and the Operating System. It is the user interface.


The set of programs controlling the computer?

KERNEL and SHELL are two major program setsof Operating Systems.KERNEL governs the operations of a computer and SHELL enables Users to interact with Operating System.


What is the operational definition of a shell?

A shell program is the interface between the user (environment) and the operating system (kernel). It allows users to specify commands and requests the operating system to execute them.


What is shell in os?

The 'shell' is a user interface program that interfaces between a user of the system and the Operating System. It is the user interface.


What is role of the operating system?

mhhh


Why shell is not a part of operating system?

Because if it was, the system would be MUCH more prone to crashing(also known as Microsoft Windows).Actually, a shell IS part of an operating system. "Operating System" encompassing not just the kernel, but also a standard set of utilities and libraries which provide a defined API.For example, the UNIX Operating system include the Bourne Shell as a part of its specification, as well as a specific C library, and filesystem utilities such as 'ls', 'grep', etc.Obviously, as there a large number of shells around, a specific shell may NOT be part of a specific Operating System.


What do you call the programs that sorround the kernel of the operating system?

Shell Programs


What are the two main internal components of an operating system?

the shell and cornel


What is the difference between Kernel and Shell?

Your interface to the operating system is called a shell.The shell is the outermost layer of the operating system. Shells incorporate a programming language to control processes and files, as well as to start and control other programs. The shell manages the interaction between you and the operating system by prompting you for input, interpreting that input for the operating system, and then handling any resulting output from the operating system.Shells provide a way for you to communicate with the operating system. This communication is carried out either interactively (input from the keyboard is acted upon immediately) or as a shell script. A shell script is a sequence of shell and operating system commands that is stored in a file.When you log in to the system, the system locates the name of a shell program to execute. After it is executed, the shell displays a command prompt. This prompt is usually a $ (dollar sign). When you type a command at the prompt and press the Enter key, the shell evaluates the command and attempts to carry it out. Depending on your command instructions, the shell writes the command output to the screen or redirects the output. It then returns the command prompt and waits for you to type another command.


How are the shell and kernel used in Linux?

The shell is used to allow the user to interface with the operating system and run their applications. BASH is a shell, as is GNOME (Often referred to as a "graphical shell."). The kernel, on the other hand, is the core of the operating system. It manages the hardware, resources, and processes running on the sysem.