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 do you grep a case insensitive?
What is the behavioural difference between cmp and diff commands?
hw will u use awk in replacing cahrs and files
Explain the steps that a shell follows while processing a command.
Name the unix command to find how many days the server has been up.
What does awk stand for?
What does the “echo” command do?
Write a command that will display files in the current directory, in a colored, long format.
Explain command to show the space allocation of files?
What is the use of finger command?
Explain mount and unmount command.
What does pipe () return?
What is the command to find maximum memory taking process on the server?
Explain ‘library functions’ with respect to unix commands?
What is the use of the tee command?