Question: Create your own version of the bash shell. Write this in C using gcc and the GNU toolchain. Your shell will make use of the
Create your own version of the bash shell. Write this in C using gcc and the GNU toolchain. Your shell will make use of the fork and exec examples from lectures, text, and posted example code. This simple shell must be built using these tools and techniques.
Your bash shell should take input from the user and attempt to run commands entered. To do this, your shell process will create a new process to complete the request. When the requested command is completed, your shell will continue to accept input.
For example, if the user enters:
ls la homeusernameDesktop
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
