As smith you have logged in to the system at the tty1 terminal and issued the following command
to make the top command run in the background.
[smith@station2 ~]$ top&
You exit from the terminal and log back again in to the system at the same terminal. How is the
background job affected?
A.
The background job will not be affected.
B.
The background job gets into the foreground as soon as smith logs in to the system.
C.
The background job is deleted from the job pool and does not get listed using the jobs
command.
D.
The background job starts running in the background again as soon as smith logs in to the
system.
Explanation: