What is a shell? What is its purpose? What is a login shell? How can you determine the name of your login shell? Give command(s) that you can use for this purpose. Give names of three LINUX shells. Which are the most popular? Which shell do you normally use? Why?

What will be an ideal response?


When you log on, the LINUX system starts running a program that acts as an inter-face between you and the LINUX kernel. This program, called the LINUX shell, exe-cutes the commands that you have typed in via the keyboard. When a shell starts running, it gives you a prompt and waits for your commands. When you type a command and press , the shell interprets your command and executes it. If you type a nonexistent command, the shell so informs you, redisplays the prompt, and waits for you to type the next command. Because the primary pur-pose of the shell is to interpret your commands, it is also known as the LINUX command interpreter.
The shell that starts running when you logon is known as your login shell. The login shell on our LINUX computer is Bash. You can determine the name of your login shell by executing the echo $SHELL command.
The names of three LINUX shells are: Bourne Again (Bash), TC (tcsh), and Z (zsh). The most popular shells are Bash and TC shells.
I normally use Bash because it has the best features for interactive use as well as for shell scripting.

Computer Science & Information Technology

You might also like to view...

Which of the following is TRUE about Office Presentation Service?

A) Individuals watching your presentation cannot navigate within the document presented. B) A link to a Word document can be shared through email but not instant message. C) Some preliminary setup is required. D) It enables you to display a Word document through a web browser.

Computer Science & Information Technology

Describe what partial and transitive dependencies are

What will be an ideal response?

Computer Science & Information Technology

Office 2013 enables you to save files to SkyDrive or your computer. Why might it be helpful to save a file in both locations?

What will be an ideal response?

Computer Science & Information Technology

A themeĀ is a predesigned file that incorporates formatting elements, such as layouts and may include content that can be modified.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology