🎴 Flashcard Mode

Unix/Linux Operating System Commands

Card1 / 28
Mastered0
Review0
QuestionClick to flip

To create an empty file, what command is used?

AnswerClick to flip back
A
touch
💡 Explanation:

The touch command in Unix/Linux is used to create an empty file or update the timestamp of an existing file. It is the standard command for creating new files without content.

Change Mode