Environment Question:
Download Questions PDF

While executing a command, the shell:
a) Executes it in the same process (as shell)
b) Creates a child shell to execute it
c) Loads a special program to take care of the execution
d) None of the above

Answer:

b) Creates a child shell to execute it

Download Linux Environment Interview Questions And Answers PDF

Previous QuestionNext Question
Which of the following commands allows definition and assignment of environment variables under bash?
a) env
b) export
c) environ
d) setenviron
Which variable contains current shell process id:
a) $*
b) $?
c) $$
d) $!