Question: This question is related to the operating system course. Please read the question carefully and provide necessary codes, instructions, and comments. I have posted this

This question is related to the operating system course. Please read the question carefully and provide necessary codes, instructions, and comments. I have posted this question before but got 3 dislikes and I am not sure what the right answer is.

This question is related to the operating system course. Please read the

Objective Learn the basic concepts of the UNIX process execution and creation. Learn the basics of the exec/fork system calls and introductory C programming in Linux. Description Write a program using the "execvp" command to execute commands given from the command line. For example: the "/a.out who" would run the "who" command. The program should support programs with arguments. Other examples could be: /a.out cp bigfile.txt anotherfilename.txt /a.out Is -1/usr /a.out md5sum bigfile the passed to your program. The program You will overwrite your own executable with the new unix command tha should be able to handle any number of command arguments up to 50. Using the getrusage() function which is located in sys/resource.h find out what your child is doing. Print out the time your child spent in user mode and kernel mode. Comment in your report on what you found. Report Individual work only (no collaboration is allowed). Submit via Canvas. Along with the program source code, please also submit a short report (

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!