Multiple choice Create a blank file. touch <file name> rm <path> mkdir <directory name> rmdir <directory name> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The touch command is primarily used to update the timestamps of a file, but it also creates an empty file if the specified file does not already exist.