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
Is unix free?
Which is the shell of unix?
What is process termination in unix?
How many types of files are there in unix?
Why unix is secure than windows?
What is buffer header unix?
How to create a blank file in unix?
Is unix is a programming language?
Enlist common shells with their indicators.
What do you mean by the protection fault?
How unix is used?
What is unix environment?
What are system variables in unix?
How to display the contents of a file?
What is the significance of the superuser?