answersLogoWhite

0


Best Answer

There is no "default" shell. Different distros are free to pick whatever shell they want. The most commonly used as the main shell is Bash, but other shells, including the Korn shell, C shell, Friendly Interactive Shell, or Almquist shell are also available. Many distros also use a variant of the Almquist shell provided by BusyBox in their initial ramdisks before switching to the real root and launching the main shell.

User Avatar

Wiki User

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

Wiki User

11y ago

Most common would be sh

Most popular would be bash

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

bash also known as bourne again shell

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which shell is used by Linux as the default command interpreter?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is default operating system shell in ms-dos?

It is the command interpreter: command.com


What is the B shell use for in Linux?

A shell in Linux is the interpreter that provides a commandline interface (CLI). There are many kinds of shells.


Which is default shell for root user Linux?

There is no such thing. The "default shell" is a decision made by the distributor.


What command starts the command line in Linux?

That would be a semi-contradiction; the command line would need to be already running in order to enter a command. The name of the program that actually provides the command line is called a shell. There are many different shells available for Linux, including Bash, ash, C Shell, fish, ksh, zsh, and scsh.The default command shell is /bin/sh (not /bin/bash, note).


What is the command prompt in Linux known as?

The shell.


What is a bashism?

A bashism is a shell command specific to the Bash interpreter.


What is shell in dos in opereating system?

It is the command interpreter: command.com


Which Linux symbols instructs the shell to redirect the shell to redirect the output of a command to the specified file instead of the screen?

It depends on the shell interpreter you are using, but in general the I/O redirection operators are >, >>, |.


What command do you type in Linux to determine the shell you are using?

echo $SHELL


What is command interpreter?

A command interpreter is a program that converts the human written commands into the machine understandable language through the i/o devices. It is with the help of this interpreter we can actually communicate with the operating systems. A command interpreter is a separate program but can be referred as a component of an operating system.


What is bash in Linux?

bash (Bourne Again Shell) is the default shell in most Linux distributions. It was created as part of the GNU project.


Which Linux command gets you out of your current shell?

exit.