linux - How are the number various ulimit values for a process set? -


description: ubuntu 13.10

how various ulimit values process set ? interested in number of open file descriptors. how set given process ? if based on user started process how set user ?

how can set these limits particular user ?

it's set when code explicitly chooses set it. otherwise, processes inherit settings of parent process. login shells typically set resource limits based on configuration settings. on linux, typically controlled pam_limits library , files /etc/security/limits.conf.


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -