farm - run some hogs and cats
/testbin/farm
farm runs three copies of hog and one copy of /bin/cat.
The cat process reads and prints the file catfile, which you should create in advance.
farm uses the following system calls:
The cat subprocess spawned by farm uses these additional system calls:
farm is only likely to be useful for testing the scheduler.
farm does not wait for its child processes to finish.