🎴 Flashcard Mode

Basic Unix Quiz - 5

Card1 / 9
Mastered0
Review0
QuestionClick to flip

Which command is used to display and create files?

AnswerClick to flip back
A
cat
💡 Explanation:

The cat command displays file contents and can create files by redirecting output. cat can show multiple files sequentially and combine them, making it both a viewer and creation tool.

Change Mode