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 the command to compare two files in unix?
What do chmod command do?
What is the use of find command in unix?
How many unix commands are there?
What will the following command do?
Who command in unix operating system?
Which command is used to delete all files in the current directory and all its sub-directories?
Explain ‘library functions’ with respect to unix commands?
What is awk good for?
Why is it called grep?
Explain command to show the space allocation of files?
What is the first character of the output in ls l command?
How does pipe () work?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What do chmod, chown, chgrp commands do?