14. You wish to see the first 34 lines of the regular file /etc/passwd. What command will you use?

a) Head -34 /etc/passwd
b) Cat /etc/passwd | head
c) Cat /etc/passwd |head -34
d) Head -34 etc/passwd

c) Cat /etc/passwd |head -34