Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

On A LINUX (virtual machine) terminal windows Process 2 documents from iCloud. 1. Run command (date; sleep 45; echo Done.; date) > date out in

On A LINUX (virtual machine) terminal windowsimage text in transcribed

Process 2 documents from iCloud. 1. Run command (date; sleep 45; echo "Done."; date) > date out in the foreground (i.e. without &) 2. Suspend it with Ctrl-Z. Pay attention to the number in the [], it will become handy later. This number is the job number of the command that has been suspended. 3. Run command top to display only processes started by you (i.e. associated with your userid). Write down the process ID of the sleep 45 process. Quit command top by entering q. 4. Run command sleep 60 &, repeat step 3 and write down the process ID of the sleep 60 process. Note that top will display both sleep processes so you need to identify the one that is started later. 5. Run command sleep 100&, repeat step 3 and write down the process ID of the sleep 100 process. 6. Run echo "Process ID of sleep 45 is X and process ID of sleep 60 is Y, and that of sleep 100 is Z, where X, Y and Z are process ID of the three sleep processes started earlier 7. Put the previously suspended command into the background with command bg. 8. Run command jobs

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

More Books

Students also viewed these Databases questions

Question

7. It is advisable to do favors for people whenever possible.

Answered: 1 week ago

Question

9. Power and politics can be destructive forces in organizations.

Answered: 1 week ago