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
Write a command to kill the last background job?
What is the significance of the 'tee' command?
What is awk good for?
Which command will print your home directory on screen?
What is time_t?
What does awk stand for?
Using unix command how to display no of records in oracle?
What is the use of finger command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
what is the advaantage of each user having its own copy of the shell?
What is s and g in sed command?
Write a command to display a file’s contents in various formats?
How does shebang work?
What is .sh file?
Explain ‘library functions’ with respect to unix commands?