Q1
Multiple choice
Examine the dtrace command.
dtrace -n `proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));}'
Which two statements are true?
Select all that apply.