answersLogoWhite

0


Best Answer

The term "command line interface' is not actually used to describe an operating system, but a type of shell around an operating system.

A command line interface is an interface in which you enter commands, arguments and parameters as your primary method of running programs or doing work.

Depending on the operating system, the CLI may be the primary method of interfacing with the operating system.

Linux (And most Unix/Unix-like systems.) can be primarily CLI driven or GUI driven, since shells are treated as just another application in those systems.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

A "command line" operating system is one in which the user types in commands to the computer. If the command is not in a recognized and accepted format or "syntax", the command will not be run as desired. A GUI, or "Graphical User Interface", allows the user to interact with the computer by using a pointing device such as a mouse or touchpad, and give commands by clicking on specific icons or pictures.

Examples of a command line interface ("CLI") would be the Unix or Linux "shell", or the Microsoft or Apple "DOS" Disk Operating Systems.

A GUI is a program such as the Macintosh interface, any of the various versions of Windows, or many Linux GUIs such as Ubuntu or KDE.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Command line and GUI operating System?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is a command line and a GUI operating system able to perform the same task?

Because a GUI is just executing commands in the command line.


Is ubuntu a command line or GUI Operating system?

Both, all versions have a command line, and every version but minimal and server have a gui


How is a command line and GUI operating system can perform the same task?

xbox


Is the unix operating system a GUI based operating system?

It depends; some users may use a GUI while others prefer the command line (just like Windows, for example).


Does anyone know of an Operating System that does NOT have ANY user interface such as GUI or Command Line or Batch?

Those may be operating systems of automated machines.


What software has two interfaces command line and GUI?

Many operating systems provide both a command line and a GUI interface. Windows, for instance, is obviously a GUI, however cmd.exe provides access to the underlying command line interface.


The is a command-driven operating system that does not use a GUI?

Recovery Console


What is a command driven operating system that does not use a GUI?

Recovery Console


Differentiate between GUI and command based operating system?

stolen


What are two ways that a user can interact with an operating system shell?

Through CLI (command line interface) or GUI (graphic user interface) interfaces.


What made GUI different from the DOS operating system?

DOS is fully command based operating system. we do every job in Dos by typing commands instead by using mouse clicks like todays computers. This is because of Using GUI (Graphic user interface). GUI make computers user friendly As MS DOS is completely CLI (command line interface) based operating system hence it does not incorporate a GUI (graphical user interface) natively. This is the main difference.


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).