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 / sudhir
The folwing command used for the above question
touch -m -a -t 08271113 abc.txt
here the format which we nee to specify is as below.
08271113
mmddhhmi
Regards,
Sudhir
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can we use grep command in unix?
What do know about tee command?
What is the difference between grep and grep?
What is the function of grep command in unix?
How to find $ai_serual resolved path by using unix
Why is awk called awk?
Which command is used to delete all files in the current directory and all its sub-directories?
What do chmod, chown, chgrp commands do?
What is command substitution?
What is grep in bash?
What are the commands in UNIX to list the files in a Directory?
Describe the zip/unzip command using gzip.
What are some command words?
Who invented grep?
What is the use of find command in unix?