Question: 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

 Objective Learn the basic concepts of the UNIX process execution andcreation. Learn the basics of the exec/fork system calls and introductory C

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 ls -1 /usr ./a.out md5sum bigfile You will overwrite your own executable with the new unix command that is the passed to your program. The program 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!