answersLogoWhite

0


Best Answer

The very first one, period. The first shell for Unix didn't originally have a name but has since been referred to as the Thompson shell. The first shell ported to Linux was bash.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What was the first shell used by Linux and Unix that used commands entered at a command prompt?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you clear your command history in Linux?

You can view the history of commands entered on a Linux system with the history command.


What is the history command in Linux?

The history command displays all commands that have been entered into the terminal.


What is meant by the term command prompt?

Command prompt is a simple term meaning the place where you can enter system commands. It has different names on different systems, Windows -cmd(Command Prompt), Linux Mac - Terminal


Are Linux commands entered via the command line case sensitive?

Yes. Just about everything to do with Linux on the command line is case sensitive, including commands and file names.


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


What command displays the command list?

In Linux, command typed at a command prompt displays a list of commands that would likely contain the command you desire. For example, to find all of the commands that have word flush in their name or descriptions type the following: man -k flush


What is the command prompt in Linux known as?

The shell.


How do you use command interpreter?

To use a command interpreter, you typically open a terminal or command prompt on your computer, then type commands followed by any necessary arguments or options. The interpreter reads these commands, interprets them, and executes the corresponding actions on the system. Common examples of command interpreters include the Windows Command Prompt, macOS Terminal, and Unix/Linux shells like Bash.


How do you run Linux commands on terminal?

You just type the commands in and press Enter - very much like Microsoft's Powershell and Command Prompt, or macOS's Terminal window (which itself runs on Bash)


How can you locate a previously used command from the history list in Linux?

You can easily cycle through previously entered commands by pressing the Up key.


How can you tell if you are logged on as the Linux administrator account while at the command prompt?

With the whoami command.


How many different commands are there for Linux?

Innumerable. Remember that any program on Linux can be launched from the command line, so there are as many commands as there are programs.