Multiple choice unix

Which option will be used with touch command to change the access time?

  1. -a

  2. -b

  3. -t

  4. none of the above

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

The touch -a command in Unix/Linux is specifically used to change the access time of a file. The -m flag changes the modification time, and -t allows for a specific timestamp.