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 / atul khachane
Yes. Touch command update the access and modification times of each FILE to the current time.
-d, --date=STRING
parse STRING and use it instead of current time
-t STAMP
use [[CC]YY]MMDDhhmm[.ss] instead of current time
-d and -t options accept different time-date formats.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Enumerate some of the most commonly used network commands in unix?
Are you in or at the office?
What is nr in awk command?
What is the use of tee command?
Explain mount and unmount command.
Explain command to view process running?
Differentiate cat command from more command.
Which command is used to delete all files in the current directory and all its sub-directories?
What do know about tee command?
What does awk stand for?
Which unix command lists files/folders in alphabetical order?
What do chmod, chown, chgrp commands do?
What is sed awk grep?
How do I search for text in vi?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.