🎴 Flashcard Mode

Unix/Linux Commands and Operating Systems Basics

Card1 / 15
Mastered0
Review0
QuestionClick to flip

_____________ is the command that writes the last 10 lines of a file to the screen.

AnswerClick to flip back
A
tail
💡 Explanation:

The tail command displays the last 10 lines of a file by default. head shows first lines, cat displays entire file contents, and last shows login history (not file contents). tail is the standard Unix command for viewing file endings.

Change Mode