Which of the following commands can be used to limit the amount of memory a user may use?
Which of the following commands can be used to limit the amount of memory a user may use?
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.
ulimit is the correct answer.
Exactly :) ulimit used to display and set defined user limtis while chage used to change password expiry info for users.
ulimit is correct!