How can I run a script in multiple instances in Ubuntu server?
For example, I have a long running script named scanner.sh
placed in /usr/bin/
, which I wish to run the script in 10 parallel instances. How can I start the parallel tasks (and pass different flags / options / parameters to them)?
and how can I stop the instances?