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
What are the various ids in unix processes?
What is meant by the term nohup?
What is the significance of the superuser?
How to calculate the number of words in a file?
Name two paging states for a page in memory?
What is unix environment?
What is dev null in unix?
Name the data structure used to maintain file identification?
What is c shell in unix?
What are the pros of executing processes in the background?
What do you understand by the term single user system?
What is file structure in unix?
What are the three major components of any unix system?
What is directory unix?
How do I grep recursively in unix?