kitchen - run some sinks
/testbin/kitchen
Runs four copies of sink. It may be useful for testing concurrent access to the console device. It may also be useful for testing job control, if you choose to pursue job control.
kitchen uses the following system calls:
Additionally, the subprocesses it spawns use the read system call.kitchen should function correctly once the basic system calls are complete.
kitchen does not wait for its child processes to exit.