answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is shell a part of the operating system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Performing Arts
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


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.


Why is the shell not part of the operating system itself?

Operating systems do 2 things: (1). Providing an easier abstraction layer (system calls) for user programs to access the real HW machine. (2). It manages the system resource. It this view, the shell is not considered as part of the operating system because: (1). It acts as a interpreter(from user command to system calls) only, and (2). It runs in user mode, and (3). It is highly possible to replace the shell if you don't like one.


Part of operating system?

How is a memory-resident part of an operating system different from a nonresident part of an 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 a role of shell of Operating System?

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


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.