Multiple choice technology operating systems

Which command is used to Output the first part of file(s)

  1. top

  2. start

  3. first

  4. head

Reveal answer Fill a bubble to check yourself
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'.