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 / ashok shah
For linux user, use the following command.
$touch -t yyyymmddhhmm.ss filename
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is awk good for?
What is the comma to show the space allocation of files?
What command is used to check the current users?
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 functionality of a top command?
How do you grep recursively?
What does this command do? Cat food 1 > kitty
Which command will print your home directory on screen?
What is the command to compare two files in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the significance of the 'tee' command?
Why is awk called awk?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Which command is used to copy files?
How can we use grep command in unix?