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 / phil
All of the above are wrong. 'touch' can only change the
creation time to the current time. touch -t [date] does not
change creation time.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Who command in unix operating system?
What does find command return in unix?
How does pipe () work?
Why is it called grep?
What does pipe () return?
What are the unix commands?
What is grep r?
Which command is used to delete all files in the current directory and all its sub-directories?
Enlist some filename manipulation commands in unix.
What are filter commands in unix?
What is the first character of the output in ls l command?
Is ‘du’ a command? If so, what is its use?
Write a command that will display files in the current directory, in a colored, long format.
Differentiate cmp command from diff command.
What is grep and how do you use it?