Q: You want to create a file called “Secret_document.” Which of the following commands would you use?
or
Q: The file that you want to create is named “Secret_document.” Which command from the list below would you use?
- TOUCH Secret_document
- Secret_document touch
- mkdir Secret_document
- touch Secret_document
Explanation: The touch command is used in Linux and other operating systems that are similar to Unix in order to create a file with the supplied name that is empty.