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
Explain pid.
What is meant by the term super user?
Can you explain what does the kernel do?
Is it possible to count number char, line in a file; if so, How?
What are the features of unix?
Explain what is standard unix streams ?
Is mac a unix?
How do you change directories in unix?
What is the difference between nfs 3 and nfs 4?
Is android unix like?
What unix means?
What does cd mean in unix?
Write a script that prints out date information in this order: time, the day of week, day number, month, year(sample output: 17:34:51 pdt sun 12 feb 2012)
Is it possible to create new a file system in UNIX?
Explain links and symbolic links.