Multiple choice unix

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

  1. -a

  2. -b

  3. -t

  4. -h

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

The touch command with -a option changes only the access time (atime) of a file to the current time. By default, touch updates both access and modification times, but -a restricts it to just the access timestamp.