Multiple choice unix Which option will be used with touch command to change the access time? -a -b -t -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.