ulimit, Bash built-in command, provides control over the resources
(Virtual Mem, Max no .of process, Core file size, …) available to
processes started by the shell.
For example, If max no. of user process is set to 5, then that
particular user can’t run more then 5 process.
$ ulimit -n — Show max open files.
