Showing posts with label Set 2. Show all posts
Showing posts with label Set 2. Show all posts

25 June 2013

Basic Linux MCQ Questions for Beginners- Set 2

4 comments

linux Question and answer in linux
This is set 2 in the series of MCQ. Hope you enjoyed the first part of the series. Like first set, this set also contain some basic Linux questions and answers for beginners.

1

Which of the following is not a valid login shell in Linux?

C shell

Net Shell

Bash Shell

Z shell

Answer
Net shell does not exist in Linux or it is not a valid login shell. You can check all the shell available in your system by typing following command
$ cat /etc/shells
Read More...