First, why would you want to do this? Maybe for testing, to check the responsiveness of the computer under load. Also to force the fans to run to check that they work, and also to help clear water in case of a water spill!
Use this command: yes > /dev/null &
This creates a background task which will send the word "yes" as often as possible (it is usually used to answer commands with repeated prompts to continue).
Repeat the command to create more threads. Do this as often as necessary to put the required load on the computer.
When your testing is complete, terminate them all with: killall yes
I usually write a blog post about once a week. The latest post can be viewed here: Think for Yourself: In the end, everything is just an opinion. Be skeptical, and think for yourself! (posted 2026-04-25 at 21:12:02). Or go to the Home Page of My Blog to choose a post to view.
Latest Site News and Notifications (Desktop): You are currently viewing OJB's web site, version 2.4 which has some major changes, and possibly errors! Please report any problems to ojb@mac.com.