Q. Which command is used to create a new empty file?
β
Correct Answer: (A)
touch filename
Explanation: 'touch' creates a new empty file or updates timestamp.