Question on file descriptor# Unix - 噫吁兮,危乎高哉
y*g
1 楼
We want to change the limit of file descriptor to 1024, so we did:
"limit descriptors 1024"
But looks like it is session-dependent, which means if we close the log-in
session and open a new session this value is restored to the previous one.
My question is how to make it system-level?
Thanks in advance!
"limit descriptors 1024"
But looks like it is session-dependent, which means if we close the log-in
session and open a new session this value is restored to the previous one.
My question is how to make it system-level?
Thanks in advance!