Linux Bash Arithmetic Expressions Question:
Download Questions PDF

Which command terminates a running process by name of the process?
a) kill
b) pkill
c) killall
d) none of the mentioned

Linux Bash Arithmetic Expressions Interview Question
Linux Bash Arithmetic Expressions Interview Question

Answer:

c) killall

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
'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
Which command prints the accumulated user and system times for processes run from the shell?
a) time
b) times
c) both (a) and (b)
d) none of the mentioned