» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 5 » Question 10/23
10.You enter the command
cat MyFile | sort > DirList &
and the operating system displays
[4] 3499
What does this mean?

This is job number 4 and the PID of the sort command is 3499.
This is job number 4 and the PID of the job is 3499.
This is job number 3499 and the PID of the cat command is 4.
This is job number 4 and the PID of the cat command is 3499.


« Question 9 Question 11 »