102-500 Exam QuestionsBrowse all questions from this exam

102-500 Exam - Question 82


Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?

Show Answer
Correct Answer: D

The command used to set restrictions on the size of a core file that is created for a user when a program crashes is 'ulimit'. The 'ulimit' command controls the resources available to the shell and to processes started by it, including the size of core files.

Discussion

2 comments
Sign in to comment
Sergio_lightOption: D
Jan 14, 2022

D is correct

cloudbasedOption: D
Jun 29, 2022

could somebody tell us what's the option for the ulimit command?

lo_01234_ol
Jul 13, 2022

-c the maximum size of core files created

drliu1202
Aug 11, 2022

"-c maximum core file size (in 512-byte blocks)" https://docs.oracle.com/cd/E19683-01/816-0210/6m6nb7mo3/index.html#:~:text=%2Dc,512%2Dbyte%20blocks)