Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 39)
39.
Which option will be used with touch command to change the access time?
-a
-b
-t
-h
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Pramod said:   1 decade ago
Touch command with option -a will be used when only access time is required change.

e.g., $ touch -a my_file

For more check out the below link :
http://en.wikipedia.org/wiki/Touch_(Unix)

Ravi said:   1 decade ago
Can you guys tell me when we use the above command with some example if possible? thanks in advance.

Post your comments here:

Your comments will be displayed after verification.