Linux Bash Arithmetic Expressions Question:
Download Questions PDF

Which one of the following is not correct about job control in bash shell?
a) it is the ability to stop and resume any process running in shell at a later point
b) user employs this facility via an interactive interface supplied by the kernel's terminal driver and bash
c) it is the ability to create any process
d) none of the mentioned

Answer:

a) it is the ability to stop and resume any process running in shell at a later point

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
Which command is used to re-execute the previous command?
a) !!
b) !cat
c) !3
d) !$
Which command allows to view the current jobs being handled by the shell?
a) jobs
b) view
c) show
d) none of the mentioned