Originally posted by: kamper
I did it at the root of my dev directory (this is windows, dev means development, not device). Not that it matters where you do it, if the pattern matches anything you're screwed.
If I had done it in / would it eventually hit /dev/random or something like that and just spin forever? That would probably be hard on processor time but not on the disk. In my example there was almost no activity at all going on (according to the Task Manager) which is why I was so confused as to what was happeningOriginally posted by: n0cmonkey
I'm guessing you did that in /? I do stuff like that all the time, just not in /.
Originally posted by: kamper
If I had done it in / would it eventually hit /dev/random or something like that and just spin forever? That would probably be hard on processor time but not on the disk. In my example there was almost no activity at all going on (according to the Task Manager) which is why I was so confused as to what was happeningOriginally posted by: n0cmonkey
I'm guessing you did that in /? I do stuff like that all the time, just not in /.![]()
Originally posted by: BingBongWongFooey
Yeah it would get stuck on /dev/{{u,}random,zero} (probably others for various reasons too)