1Z0-821 · Question #212
1Z0-821 Question #212: Real Exam Question with Answer & Explanation
The correct answer is C. /var/core/core.bash.2663. Note the first line: global core file pattern: /globalcore/core.%f.%p The program name is bash The runtime process ID is 2663 Note: By default, the global core dump is disabled. You need to use the coreadm command with the -e global option to enable it. The -g option causes the c
Question
Exhibit
Options
- Acore.bash.2663.global
- Bcore.bash.2663.zeus
- C/var/core/core.bash.2663
- D/var/core/core.bash.2663.global
Explanation
Note the first line: global core file pattern: /globalcore/core.%f.%p The program name is bash The runtime process ID is 2663 Note: By default, the global core dump is disabled. You need to use the coreadm command with the -e global option to enable it. The -g option causes the command to append the program name(%f) and the runtime process ID (%p) to the core file name.
Community Discussion
No community discussion yet for this question.
