Environment Question:
Download Questions PDF

Which of the following is true?
a) Shell is a process and can be started by superuser only
b) Shell is a built-in Kernel functionality
c) Shell is a wrapper for all the commands and utilities
d) None of the mentioned

Linux Environment Interview Question
Linux Environment Interview Question

Answer:

c) Shell is a wrapper for all the commands and utilities

Download Linux Environment Interview Questions And Answers PDF

Previous QuestionNext Question
Which is true with regards to the shell prompt:
a) It can be accidentally erased with backspace
b) The prompt cannot be modified
c) The prompt can be customized (modified)
d) None of the mentioned
If a file with execute permissions set, but with unknown file format is executed:
a) The file is passed to /bin/sh
b) The system returns an error
c) The current shell will try to execute it
d) None of the mentioned