Linux Bash Arithmetic Expressions Question:
Download Questions PDF

'kill %s' command will:
a) terminate the job whose command line starts with s
b) terminate the last job
c) terminate the first job
d) none of the mentioned

Answer:

a) terminate the job whose command line starts with s

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
Which command brings a background job into the foreground?
a) fg
b) bg
c) jobs %1
d) none of the mentioned
'stty tostop' command will:
a) stop all jobs running in the shell
b) stop background jobs if they try to send output to the terminal
c) this is not a valid command
d) none of the mentioned