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
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which command should you use to find the remaining disk space in unix server?
Is it inbetween or in between?
Does cp command overwrite files?
What is rmdir command?
What is the use of cut command in unix?
How to find $ai_serual resolved path by using unix
What is s and g in sed command?
What does 'mkdir' command do in UNIX?
What is the first character of the output in ls l command?
What is the use of egrep command in unix?
hw will u use awk in replacing cahrs and files
What is the nmap command?
Which command is used to copy files?
What is {} in find command?