What will be the result if we run the command #find /tmp -
mtime -2 and #find /tmp -mtime +2
Answer Posted / supriya
#find /tmp -mtime -2 displays the file modified in the last
two days.
#find /tmp -mtime +2 displays the file modified in more
than two days.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to get the nth word of a line in Unix?
What is a parent directory in unix?
What is meant by unix operating system?
How would you explain a kernel to a non-technical person?
What language is unix written?
What is difference between ssh v1 and ssh v2?
How do we change file access permissions?
How to find a file in unix?
What are new features added in nfs4?
What is tilde unix?
How is unix different from linux?
How to null a file in unix?
What is meant by the term super user?
How to find the path in unix?
What is process termination in unix?