Which two statements are true?

Examine the dtrace command.
dtrace -n ‘proc:::exec {trace(execname);trace(pid);trace(stringof(argO));}’

Which two statements are true?

Examine the dtrace command.
dtrace -n ‘proc:::exec {trace(execname);trace(pid);trace(stringof(argO));}’

Which two statements are true?

A.
Thetrace(execname)action causes the called program name to be printed.

B.
Thetrace(pid)action causes the calling program’s process to be printed

C.
Thetrace(stringof(argO))action causes the called program’s first argument to be printed.

D.
The probe name isexec.

E.
The probe function is not specified.

Explanation:
Reference: http://docs. oracle. com/cd/E 19253-011819-5488/abxwv/i ndex. Html



Leave a Reply 1

Your email address will not be published. Required fields are marked *