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

The head command outputs the first part (default first 10 lines) of one or more files. top displays running processes, start is not a standard Unix command for this purpose, and first does not exist as a file viewing command.