Linux Bash Arithmetic Expressions Question:
Download Questions PDF

What is job number?
a) same as PID
b) a unique number, assigned to each job in shell
c) both (a) and (b)
d) none of the mentioned

Answer:

b) a unique number, assigned to each job in shell

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
Which command allows to view the current jobs being handled by the shell?
a) jobs
b) view
c) show
d) none of the mentioned
Ctrl-Z key combination:
a) generates a SIGINT signal
b) stops the process running in the shell
c) kills the process running in the shell
d) both (a) and (c)