What Is the command to change a file's creation time. means
one file is created at the time 15:19 then time should br
changed to 14:14
Answer Posted / atul khachane
Yes. Touch command update the access and modification times of each FILE to the current time.
-d, --date=STRING
parse STRING and use it instead of current time
-t STAMP
use [[CC]YY]MMDDhhmm[.ss] instead of current time
-d and -t options accept different time-date formats.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does the system know where one command ends and another begins?
How do I use grep to find a file?
Is command prompt unix?
What is the general format of unix command syntax?
What is ctrl d?
Explain mount and unmount command.
What will the following command do?
Give the command for finding the current date.
What is the command to view process running?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the function of grep command in unix?
What are awk commands?
What are the differences among a system call, a library function, and a unix command?
How do I run a bash script?
What is the difference between awk and grep?