Like a normaluser
:
$ ulimit -n 4096 -bash: ulimit: open files: cannot modify limit: Operation not permitted
As root, it works as desired, but then it will not affect the normaluser
.
How to get out of this catch 22? I need it to be persistent.
source share