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
What is the use of sed command in unix?
Describe the usage and functionality of the command rm –r * in unix?
How do you grep a case insensitive?
What is rmdir command?
Does cp command overwrite files?
What are the general commands in using unix os for a beginner?
What is the behavioural difference between cmp and diff commands?
What do chmod, chown, chgrp commands do?
hw will u use awk in replacing cahrs and files
Explain how to use grep command to list find the records of a file containing 10 different strings?
How does pipe () work?
What's a command word?
How can you see the command line history?
What is the function of grep command in unix?
What is the command to find hidden files in the current directory?