What will be the result if we run the command #find /tmp -
mtime -2 and #find /tmp -mtime +2
Answer Posted / ds gate
Well done Sanjeev.....this is correct...
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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
How the Kernel handles the fork() system call in traditional Unix and in the System V Unix, while swapping?
What do you understand by the term kernel?
Explain the terms links and symbolic links with respect to unix?
What is the best free unix based os?
What is unix in simple terms?
What is a filter in unix? Give an example.
Describe the responsibilities of shell in brief.
What does sort do in unix?
What is regular file in unix?
What is unix kernel?
Which are typical system directories below the root directory?
What are the core concepts of unix
Describe file systems in unix?
What does ls lrt in unix?
How to get the n-th field from a Unix command output?