Q. Which command creates a new empty file or updates timestamp of an existing file?
β
Correct Answer: (A)
touch filename
Explanation: 'touch' creates empty file or updates timestamps.