» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 1 » Question 6/20
6.You attempt to log out but receive an error message that you cannot. When you issue the jobs command, you see a process that is running in the background. How can you fix thus so that you can logout?

Issue the kill command with the PID of each running command of the pipeline as an argument.
Issue the kill command with the job number as an argument.
Issue the kill command with the PID of the last command as an argument.
Issue the kill command without any arguments.

Explanation

« Question 5 Question 7 »