LPIC-1 Exam 102 v5 (Linux Administrator) — Question 86
Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?
Answer options
- A. core
- B. edquota
- C. quota
- D. ulimit
- E. ktrace
Correct answer: D
Explanation
The correct answer is D, ulimit, which is specifically designed to set user-level resource limits, including core file sizes. The other options, such as core and ktrace, do not provide functionality for limiting core file sizes, while edquota and quota are related to disk quotas, not core file management.