Which statement is true about the command shown below?
[r1@server1 ~]$ head -15 /etc/passwd | tail –5
A.
It will display the first 15 lines of the /etc/passwd file.
B.
It will display the last five lines of the /etc/passwd file.
C.
It will display the lines 11 through 15 in the /etc/passwd file.
D.
It will display the lines between 5 and 15 in the /etc/passwd file.
Explanation: