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 comma to show the space allocation of files?
Which command is used to copy files?
Which unix command lists files/folders in alphabetical order?
What does this command do? Cat food 1 > kitty
Is ‘du’ a command? If so, what is its use?
How does pipe () work?
How can you see the command line history?
How do you repeat a command in terminal?
Is command prompt unix?
Name the various commands that are used for the user information in unix.
What is .sh file?
What do chgrp command do?
What does sed command do in unix?
What is grep command in unix with examples?
How do you grep recursively?