CS Electrical And Electronics
@cselectricalandelectronics

Design a mini shell of your own as follows

All QuestionsCategory: Operating SystemDesign a mini shell of your own as follows
Anonymous asked 2 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