Multiple choice general knowledge

What is the command to create a file in unix?

  1. create

  2. tocohe

  3. touche

  4. touch

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The 'touch' command creates an empty file in Unix/Linux systems. It updates timestamps if the file exists, or creates a new file if it doesn't.