Linux Bash Arithmetic Expressions Question:
Download Questions PDF

Which option of the kill command sends the given signal name to the specified process?
a) -l
b) -n
c) -s
d) -a

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

Answer:

c) -s

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
Which command removes a directory from directory stack?
a) dirs
b) popd
c) pushd
d) rm
The 'mapfile' command:
a) reads lines of standard input and assigns each to the element of an indexed array
b) reads lines of standard output file
c) reads lines of standard error file
d) none of the mentioned