
ulimit
List of commands for ulimit:
-
ulimit:tldr:6f479 ulimit: Get the properties of all the user limits.$ ulimit -atry on your machineexplain this command
-
ulimit:tldr:a3ab0 ulimit: Get hard limit for the number of simultaneously opened files.$ ulimit -H -ntry on your machineexplain this command
-
ulimit:tldr:b2a5c ulimit: Set max per-user process limit.$ ulimit -u 30try on your machineexplain this command
-
ulimit:tldr:c64d0 ulimit: Get soft limit for the number of simultaneously opened files.$ ulimit -S -ntry on your machineexplain this command