Beginner
Linux & Shell Scripting
Q24 / 100
What is the purpose of the "touch" command?
Correct! Well done.
Incorrect.
The correct answer is A) To create a new empty file if it doesn't exist, or update the modification timestamp of an existing file
A
Correct Answer
To create a new empty file if it doesn't exist, or update the modification timestamp of an existing file
Explanation
"touch filename" creates an empty file if it doesn't already exist, or updates the access/modification timestamps of an existing file without changing its content.
Progress
24/100