CS Electrical And Electronics
@cselectricalandelectronics

Design a mini shell of your own as follows

All Questions › Category: Operating System › Design a mini shell of your own as follows
Anonymous asked 3 years ago
  • take command name as input from user (string format)
  • launch the command in the child process using execl/execlp
  • parent will wait for completion of child and print exit status