Which command is used to Output the first part of file(s)
D
Correct answer
Explanation
head is the Linux/Unix command that outputs the first part (default 10 lines) of files. top displays running processes, start is not a standard Linux command (it's a Windows CMD command), and 'first' is not a valid Unix/Linux command. The counterpart for outputting the end of files is 'tail'.