Multiple choice technology operating systems

command for crating a new file in linux terminal

  1. hold

  2. touch

  3. make

  4. copycom

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

The touch command creates an empty file if it doesn't exist, or updates the timestamp if it does. It's the standard way to quickly create a new file from the terminal. For creating files with content, you'd typically redirect output (>) or use a text editor.