Task 1. Use the man command to get the manual of fork, exec, wait, exit, pipeTask 2. Compile and execute fork.c, observe the results and the processTask 3. Compile and execute pipe.c, observe the resultsTask 4. Use the man command to get the manual of sigaction, tcsetpgrp, setpgidTask 5. Compile and...