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 / ashok shah
For linux user, use the following command.
$touch -t yyyymmddhhmm.ss filename
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Who invented grep?
What are the commands in UNIX to list the files in a Directory?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the use of tee command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the use of awk command in unix?
What does this command do? Cat food 1 > kitty
What is command substitution?
What is a bash command?
How do I use nslookup?
What is the functionality of a top command?
Who command in unix?
Which command is used to restrict incoming messages?
How do you repeat a command in terminal?
What does this command do,"$more readme.txt“?