Link to home
Start Free TrialLog in
Avatar of momonja
momonja

asked on

Shell Creation

Hi experts,
I need a program that uses fork() and execve() to create a new process given a user input. There are a few restrictions:

- the process is forked
- the parent process will wait for the child to finish
- the child process loads a new program specified by the user input
Avatar of evilrix
evilrix
Flag of United Kingdom of Great Britain and Northern Ireland image

Homework assignment?
ASKER CERTIFIED SOLUTION
Avatar of Infinity08
Infinity08
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial