praka123
left this forum longback
My Debian shows the o/p of "ulimit -u" as "unlimited".
btw ulimit is the parameter which determines how many processes can a user account can run.U can customize the max no of processes via ulimit.
*wiki.linuxquestions.org/wiki/Ulimit
more:
*www.faqs.org/docs/securing/x4733.html
shows the full details.
ulimit man page is there "man bash-builtins"
btw ulimit is the parameter which determines how many processes can a user account can run.U can customize the max no of processes via ulimit.
Code:
root@ubuntu:~# whereis ulimit
ulimit: /usr/include/ulimit.h
more:
*www.faqs.org/docs/securing/x4733.html
Code:
~#ulimit -a
ulimit man page is there "man bash-builtins"