Limited Shell Through this programming assignment, the students will learn to do the following: Work with processes using fork, pipe, wait, dup2, and the exec system calls. Additional practice with a Makefile with an all target Work with the different address spaces The main idea of this assignment is to write a limited function shell that only runs a few programs from a menu. Write 4 small programs to start with followed by the menu program called newshell. 1. letters One program will output the letters in the alphabet to the screen. Make sure they are printed one at a time. They can be printed all on one line. If you already got it working one per line there will not be a deduction. Usage would be: letters
THIS PAPER HAS BEEN DONE AT ESSAYLINK.NET; CONTACT US FOR A SOLUTION Limited Shell Through this programming assignment, the students will learn to do the following: Work with processes using fork, pipe, wait, dup2, and the exec system calls. Additional practice with a Makefile with an all target Work with the different address spaces The … Read more