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