# Set maximum limit of file descriptors open at once to 10000 ulimit -n 10000
# Show maximum number of file descriptors open at once ulimit -n
# Show all current limits ulimit -a