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
$ cat /etc/shells