Which command is utilized to modify the access and modification timestamps of a file?

Choose the correct answer

Explanation

The 'touch' command is specifically designed to change the access and modification times of a file without altering its content. Other commands like 'grep' search text, 'wc' counts words or lines, and 'cat' displays file contents.

Which command is utilized to modify the access and m… — Basic of linux unix | PakQuizHub