Multiple choice technology operating systems

what is the file to edit default limits of server?

  1. /etc/securitty

  2. /etc/limit

  3. ulimit

  4. /etc/security/limits.conf

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

/etc/security/limits.conf is the standard Linux configuration file for setting system resource limits (ulimit values) for users and groups. This file controls constraints like maximum number of open files, processes, memory limits, and more. The other options are either incorrect paths or commands rather than configuration files.