Multiple choice technology operating systems To create an empty file, what command is used? touch feel make finger Reveal answer Fill a bubble to check yourself A Correct answer Explanation The touch command creates a new empty file if it doesn't exist, or updates the timestamp if it does. This is the standard Unix/Linux command for creating empty files quickly without opening an editor.