Q. Which command is used to create an empty file in Linux?
β
Correct Answer: (A)
touch
Explanation: The 'touch' command is used to create an empty file or update the timestamp of an existing file.