102-500 Exam QuestionsBrowse all questions from this exam

102-500 Exam - Question 47


Which of the following commands can be used to limit the amount of memory a user may use?

Show Answer
Correct Answer: D

The command 'ulimit' is used to set or restrict the resource limits for the shell and the processes started by it. It can be used to limit the amount of system resources such as memory, CPU time, file size, and number of open files that a user can use. This helps in preventing a single user from consuming excessive resources and affecting the performance of the system.

Discussion

2 comments
Sign in to comment
BernardoOption: D
Apr 20, 2021

ulimit is the correct answer.

iwkno6
Aug 27, 2021

Exactly :) ulimit used to display and set defined user limtis while chage used to change password expiry info for users.

phatad94Option: D
Oct 9, 2021

ulimit is correct!