Give the sequence of steps (with commands) for terminating a background process.

What will be an ideal response?


You can use the following sequence of steps to terminate a background process.
1. Bring the process in foreground by using the fg command.
2. Press
Another way to terminate a backgroung process is to follow the following sequence of steps.
1. Use the ps -e command to determine the PID of the process. Say the PID is N.
2. Use the kill N command to terminate the process.

Computer Science & Information Technology

You might also like to view...

Margaret complains that her office computer locks up during the hottest month of the summer each summer for the past several years. The help desk technician suspects that the problem is related to RFI and asks

A) "Do you use cologne near the computer?" B) "Do you place a glass of water on your computer desk?" C) "Does your computer have a surge protector?" D) "Is there a fan in your office?"

Computer Science & Information Technology

Which command would clone the contents of /dev/sda1 to /dev/sda2?

A) dd if=/dev/sda2 of=/dev/sda1 B. dd /dev/sda1 /dev/sda2 C. dd copy /dev/sda1 to /dev/sda2 D. dd if=/dev/sda1 of=/dev/sda2

Computer Science & Information Technology

Every object in Windows has ____ that describe the object.

A. ?properties B. ?icons C. ?qualities D. ?details

Computer Science & Information Technology

Cells in the first or top row of a chart are ____ names and provide further information about the data.

A. category B. value C. legend D. heading

Computer Science & Information Technology