Environment Question:

BASH shell stands for?
a) Bourne-again Shell
b) Basic Access Shell
c) Basic to Advanced Shell
d) Big & Advanced Shell

Linux Environment Interview Question
Linux Environment Interview Question

Answer:

a) Bourne-again Shell


Previous QuestionNext Question
Which of the following files will not be displayed by the command cat re*?
a) reminder
b) receipt
c) Receipt
d) recipe-cake
The user bhojas logged in and performed the following sequence of command. What will be the output of the last command?
$ cd project/module1
$ pwd

a) /home/bhojas/project/module1
b) /home/project/module1
c) /usr/bhojas/project/module1
d) project/module1