adplus-dvertising
frame-decoration

Question

In UNIX there are ___ major types of shells.

a.

2

b.

3

c.

4

d.

many

Posted under Unix Shell UNIX

Answer: (a).2

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In UNIX there are ___ major types of shells.

Similar Questions

Discover Related MCQs

Q. What is the default symbol for command prompt in Bourne shell?

Q. What is the default symbol for command prompt in C shell?

Q. Which one of the following command will display the name of the shell we are working on?

Q. Which shell is the most common and best to use?

Q. Which command does not terminates unless we log out of the system?

Q. In Shell’s interpretive cycle, the shell first scans for ____ in the entered command.

Q. Which of the following expression is a correct wildcard pattern if we want an expression in which the last character is not numeric?

Q. The shell waits for the command to complete and normally can’t do any work while the command is executing.

Q. Which of the following is/are true about Shell?

Q. To change the login shell in some system (like Linux) we can use ____ command.

Q. Wildcards are special characters which are used to replace or represent one or more characters.

Q. Which of the following is not a wild-card?

Q. What does the following command do?
$ echo *

Q. Which command would be most suitable to remove the following files?
dirx diry dirz dirzw

Q. Which of the following files will not be deleted using “rm chap??” ?

Q. Which of the following command will list all the hidden filenames in our directory having at least three characters after the dot (.) ?

Q. * and ? cannot match ____

Q. rm chap0[1234] will delete all of the following files.

chap01 chap02 chap03 chap04

Q. Which of the following files will not be listed using the following command?

ls chap0[1-4]

Q. Which of the following symbol is used for negating the character class?