nerdexam
SUN

310-202 · Question #90

You have determined that it is unnecessary to save all core files generated by your system. You would only like to save core files generated by applications that are executed from the /usr/bin…

The correct answer is A. mkdir -p /var/core/usr/bin; coreadm -g \/var/core/usr/bin/%f.%p.%n. See the full explanation below for the reasoning.

Question

You have determined that it is unnecessary to save all core files generated by your system. You would only like to save core files generated by applications that are executed from the /usr/bin directory. Which command configures the system to produce core files in the global repository only if the executables were run from the /usr/bin directory?

Options

  • Amkdir -p /var/core/usr/bin; coreadm -g /var/core/usr/bin/%f.%p.%n
  • Bmkdir -p /var/core/usr/bin; coreadm -G all -g /var/core/%d/%f.%p.%n
  • Cmkdir -p /var/core/usr/bin; coreadm -G /usr/bin -g /var/core/usr/bin/%f.%p.%n
  • Dmkdir -p /var/core/usr/bin; coreadm -G /usr/bin \

How the community answered

(25 responses)
  • A
    80% (20)
  • B
    4% (1)
  • C
    4% (1)
  • D
    12% (3)

Community Discussion

No community discussion yet for this question.

Full 310-202 Practice