What will be the result if we run the command #find /tmp -
mtime -2 and #find /tmp -mtime +2
Answer Posted / sanjeev
find /tmp - mtime -2-----will display file modified in last
two days
find /tmp -mtime +2-----will display file modified in more
than two days
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain kernal and shell?
What are the different versions of unix?
What does the swapping system do if it identifies the illegal page for swapping?
What do you understand by unix shell?
How to change the directory in unix?
Who owns unix?
What does tr H do in unix?
Suppose I have one column with data smithjohnmichale the o/p should be smith,john, michale how we do in unix?
Is android unix based?
How do you switch from any user type to a super user type?
How to know the information about a file?
Explain pid.
What is piping?
Explain piping.
How to get the nth word of a line in Unix?