A command line utility used to control the resource limits available to the shell and processes started by it. These limits are designed to prevent a single user or process from using high number of system resources, which could negatively impact the entire system.
Changes the open file descriptor and pseudoterminals to unlimited.
ulimit -p $(ulimit -Hp) ulimit -n $(ulimit -Hn)