What will be the result if we run the command #find /tmp -
mtime -2 and #find /tmp -mtime +2
Answer Posted / siva
yes this is correct
#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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is standard unix streams ?
briefly describe the shell's responsibilities?
How to remove the directory in unix?
What is grep|sort give example?
What are the three major components of any unix system?
What is difference between ssh v1 and ssh v2?
What is unix explain its architecture?
How to give execute permission for a file in unix?
What is buffer header unix?
What is unix kernel?
Why kernel is known as the heart of unix os?
Is unix free to use?
What is .login file in unix?
What is a unix file?
What are shell variables?