Comment by tgv
How about something like
while [1]; do kill -9 $((rnd * 100000)); sleep 5; end
Probably needs some external tool for the rnd function.On a serious note, I just saw this: https://linuxupskillchallenge.org
How about something like
while [1]; do kill -9 $((rnd * 100000)); sleep 5; end
Probably needs some external tool for the rnd function.On a serious note, I just saw this: https://linuxupskillchallenge.org
Bash has a built-in RANDOM.
Or to kill running running PIDs each time