I want to increase the ulimits and used the commands for it
ulimit -n
1024
ulimit -n 10000
bash: ulimit: open files: cannot modify limit: Operation not permitted
After lot of searching. I got a my links but By taking the reference of this link I just follow each and every command in the terminal but can't increase the ulimit in the system why and How will I do it Can anybody please explain this.
ulimit -n 20000
and check it usingulimit -a
– abu-ahmed al-khatiri Oct 16 '18 at 11:03