Question: Write your own shell in C++ Language , called myShell. This will work like the Bash shell you are used to using, prompting for a

Write your own shell in C++ Language, called myShell. This will work like the Bash shell you are used to using, prompting for a command line and running commands, but it will not have many of the special features of the Bash shell.

Here are the exec() and fork():

http://linux.die.net/man/2/fork

http://linux.die.net/man/3/exec

Write your own shell in C++ Language, called myShell. This will work

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!