How is the background job affected?

As user bob, you have logged in to the system on a terminal and issued the following
command to make the top command run in the background. [bob@host – ] top& You exit
from the terminal and log back as bob into the system at the same terminal. How is the
background job affected?

As user bob, you have logged in to the system on a terminal and issued the following
command to make the top command run in the background. [bob@host – ] top& You exit
from the terminal and log back as bob into the system at the same terminal. How is the
background job affected?

A.
The background job is suspended temporarily from the job and resumes when user bob
logs back in to the system.

B.
The background job is deleted from the job pool and does not get listed using jobs
command.

C.
The background job starts running in the background again as soon as bob logs into the
system.

D.
The background job gets the foreground as soon as bob logs into the system.

E.
The background job will not be affected.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Mustafa SABURLU

Mustafa SABURLU

the answer is B as the NOHUP option is not specified during the command