🎴 Flashcard Mode
Unix/Linux Commands Quiz
Card1 / 10
Mastered0
Review0
QuestionClick to flip
What is the command to create a file in unix?
AnswerClick to flip back
A
touch
💡 Explanation:
The 'touch' command creates an empty file in Unix/Linux systems. It updates timestamps if the file exists, or creates a new file if it doesn't.