Multiple choice technology

Touch command

  1. creates a new zero byte file

  2. truncates a file

  3. chages the access timestamp of the existing file

  4. deletes a file

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

The touch command creates a new zero-byte file if it doesn't exist, and updates the access and modification timestamps if the file exists. It does not truncate file contents or delete files.