Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program called myshell.c, which, when compiled and run, will do what the shell does, namely, it executes in a loop (until user

Write a C program called myshell.c, which, when compiled and run, will do what the shell does, namely, it executes in a loop (until user types exit on the keyboard),

prints a prompt on the screen, reads the command typed on the keyboard (terminated by ), creates a new process and lets the child execute the users command

, waits for the child to terminate and then goes back to beginning of the loop

Upload instructions will be provided before the deadline.

Useful system calls: fork(), exec() and its several variations, wait()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions