My environment is Ubuntu 10.10. I'm setting /etc/security/limits.conf
as well as enabling the pam_limits.so module.
* soft nofile 64000
* hard nofile 65000
This is not working: logging in as root and running ulimit -n
displays 1024.
I change it to this:
root soft nofile 64000
root hard nofile 65000
Logging in as root now works.
Why the does the asterisk not work?