Kavya TKnowledge Contributor
Which of the following commands is used to update access and modification times of a file?
Which of the following commands is used to update access and modification times of a file?
In Unix, the touch command is used to update access and modification times of a file. If the file specified doesn’t exist, touch creates an empty file with the specified name. So, touch is the correct command to update access and modification times of a file