ps aux | grep rational | wc -l
I ran this on your machine and it returned 0.
ps aux | grep crazy | wc -l
However, this returned an integer overflow. Makes sense.
ps aux | grep rational | wc -l
I ran this on your machine and it returned 0.
ps aux | grep crazy | wc -l
However, this returned an integer overflow. Makes sense.