Process Cloning

2000-11-24 Thread Joakim Friberg
I have noticed that a user can run a scrpit which will clone it self. The result will be that the computor will freeze. And it will not take such a long time. The script I've run is as follow: #!/bin/sh $0&$0& Do any one no how to restrict a users amount of running processes. Or maybe an other w

Process Cloning

2000-11-24 Thread Joakim Friberg
I have noticed that a user can run a scrpit which will clone it self. The result will be that the computor will freeze. And it will not take such a long time. The script I've run is as follow: #!/bin/sh $0&$0& Do any one no how to restrict a users amount of running processes. Or maybe an other