Multiple choice technology operating systems How to create a new file, without opening it? touch filename cat filename less filename create filename Reveal answer Fill a bubble to check yourself A Correct answer Explanation The touch command creates an empty file without opening it for editing. cat displays file contents, less views files page-by-page, and create is not a standard Unix file creation command.