[cc lang="bash"]
\$ ulimit -n
1024
\$ echo "root soft nofile 10240" >> /etc/security/limits.conf
\$ echo "root hard nofile 10240" >> /etc/security/limits.conf
# LogOut & LogIn
\$ ulimit -n
10240
[/cc]
[cc lang="bash"]
\$ ulimit -n
1024
\$ echo "root soft nofile 10240" >> /etc/security/limits.conf
\$ echo "root hard nofile 10240" >> /etc/security/limits.conf
# LogOut & LogIn
\$ ulimit -n
10240
[/cc]