Hi. I'd like to configure my "ulimit" and change the value: -------- ulimit -n 16384 -------- It works perfectly if I type it on the shell, but it doesn't work if I write it within a shell script (/etc/rc.d/init.d/httpd) or within '/etc/rc.local' The idea is changing it each time the server starts. Any suggestion?