Multiple choice technology programming languages

How To Enable or Disable Core Dumps.

  1. ulimit command

  2. Automatically enabled

  3. Cannot be controlled

  4. Only root can do that using ulimit

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The ulimit command controls resource limits per shell, including core dump file size via ulimit -c. Setting ulimit -c unlimited enables core dumps of any size. Option B is incorrect because core dumps are often disabled by default for security. Option C is incorrect and option D is wrong because any user can run ulimit for their own processes.