Multiple choice technology operating systems

display last part of file

  1. less

  2. last

  3. tail

  4. more

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The tail command specifically displays the last part of a file, defaulting to the last 10 lines. It's the go-to utility for viewing file endings, whereas 'more' and 'less' are general-purpose pagers for viewing entire files, and 'last' isn't a standard file viewing command.