Q. Which command can be used to create an empty file in Linux?
β
Correct Answer: (A)
touch
Explanation: 'touch filename' creates a new empty file or updates the timestamp if it already exists.