The following options can be used:
-c
|Do not create the file if it does not exist.
-a
|Change the access time of the file.
|The modification time of the file is not changed unless the -m flag is also specified.
-m
|Change the modification time of the file.
|The access time of the file is not changed unless the -a flag is also specified.
-h
|If the file is a symbolic link, change the times of the link itself rather than the file that the link points to.
|Note that -h implies -c and thus will not create any new files.