Linux Bash Arithmetic Expressions Question:
Download Questions PDF

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

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

Answer:

b) times

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
Which command terminates a running process by name of the process?
a) kill
b) pkill
c) killall
d) none of the mentioned
Which command wait for the specified process to complete and return the exit status?
a) sleep
b) wait
c) delay
d) stop