In article <[EMAIL PROTECTED]> you wrote: > I found one more interesting thing related with fork > bombing attack. i have set following in /etc/security/limits.conf file > > [EMAIL PROTECTED] hard nproc 3000 > [EMAIL PROTECTED] hard nproc 500
The # is a comment character. So those lines are not used. BTW: the @ means group, you really want that? BTW2: you need to log out/in and the session leader must actually be PAM regulated (i.e. not for daemons) So it is good to check "ulimit -n" in the shell where you want to try the forbomb. If it is below 100 you should be safe. Gruss Bernd - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/