I have faced a problem with the changing the default number of processes for user in linux. I have tried to edit /etc/security/limits.conf file with adding the following line.
malintha hard nproc 10000 After I saving it I tried following command on terminal
ulimit -u and it give the previous value (1024) , But not the updated value. How can I fix this permanently ?
this is my limits.conf file
ulimitis shell specific OTOH, changing /etc/security/limits.conf is related to PAM, seeman pamfor details. Changing /etc/security/limits.conf shouldn't effect ulimit.