Multiple choice technology Touch command creates a new zero byte file truncates a file chages the access timestamp of the existing file 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.