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
What is difference between unix and windows operating system?
What are the main features of unix operating system?
How do I find the port number of pid in unix?
Can you explain the method of changing file access permission?
What are the features of unix?
How would you explain a kernel to a non-technical person?
What is unix and why it is used?
Explain some of the fundamental concepts of unix?
How to find the path in unix?
Explain the following statement, “it is not advisable to use root as the default login.”
Which are typical system directories below the root directory?
How do we change file access permissions?
What is necessary before running a shell script from the terminal?
Can you explain what does the kernel do?
What are the different versions of unix?