answersLogoWhite

0

It in UNIX the GUI is separate from the operating system itself. You can uninstall the GUI and still have a completely working UNIX system.

User Avatar

Wiki User

11y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
More answers

Ygghu

User Avatar

Anonymous

4y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Which operating system does NOT have a graphical user interface?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Performing Arts

What is in a GUI interface in operating system?

Graphical User Interface - in other words, the on screen commands that you interact with.


What is command oriented operating system?

An operating system that doesn't have a graphical user interface, you have to run it using commands only.


What part of the operating system that allow the the user to communicate with the computer system?

Generically speaking, it is the shell or user interface. It may be a command prompt or a graphical user interface (or a combination of both). The layer of the operating system that is directly accessible to the user is known as the application layer; it runs all of the applications that the user interacts with.


What is the shell in computer operating system?

A shell is software that provides an interface for users of an operating system which provides access to the services of a kernel.Operating system shells generally fall into one of two categories: command-line and graphical. Command-line shells provide a command-line interface (CLI) to the operating system, while graphical shells like the Windows Shell[1][2][3] provide a graphical user interface (GUI).


Is the user interface a part of the operating system?

This answer depends on how technical your answer needs to be. The user interface ships with the operating system, so the average computer user might consider the user interface to be a part of the system. If you care to get technical, however, the user interface is not part of the operating system.On all versions of Windows since at least 3.1, the graphical user interface is a module that runs atop the kernel, and is not actually part of the operating system. In fact, it can be swapped out for a different user interface, and the operating system will still run.Similarly, you can remove the user interface, and the system will still operate (this is how some servers are configured; not loading a graphical interface can reduce memory and processor usage). Contrast this to a driver; if you remove a driver, the system will not run that hardware, thus, an installed driver becomes part of the operating system.Technically, anything that runs in "ring level 0" on an Intel-based processor is part of the operating system, and everything else is not. If the user interface were in ring level 0, programs would be running with kernel permissions, and could thus take over the system without difficulty, since they would already be "in the kernel."The user interface is not trusted, and so runs outside the kernel to allow the system to be more reliable.