Oracle
1Z0-105 · Question #37
Examine the dtrace command. dtrace -n 'proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));}' Which two statements are true?
See the full explanation below for the reasoning.
Question
Examine the dtrace command. dtrace -n 'proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));}' Which two statements are true?
Options
- AThe trace(execname) action causes the called program name to be printed.
- BThe trace(pid) action causes the calling program's process to be printed
- CThe trace(stringof(arg0)) action causes the called program's first argument to be printed.
- DThe probe name is exec.
- EThe probe function is not specified.
Community Discussion
No community discussion yet for this question.