Linux Bash Arithmetic Expressions Question:
Download Questions PDF

'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

Answer:

b) stop background jobs if they try to send output to the terminal

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
'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
Which command terminates a running process by name of the process?
a) kill
b) pkill
c) killall
d) none of the mentioned