Reference no: EM132154740
In UNIX create a shell script that will accomplish the following:
You must use variables and use comments for your script.
Find all processes that are owned by your ID
Write the resulting out to a text file called:
Find all processes that are owned by your ID except for those that were initiated by the calling program. You will need a combination of the grep command
Write the resulting out to a text file called:
yourName-assignment3-2.txt
Create a new program that does the following:
Accepts the arguments of the 2 new text file
Creates a new file with the combined files
Create a new tar file that has all 3 file
Upload the tar file and the work done from the questions listed above.