What will be the result if we run the command #find /tmp -
mtime -2 and #find /tmp -mtime +2

Answer Posted / siva

yes this is correct

#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 ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of files are there in unix?

549


What methodology can be utilized to modify the password in unix?

497


What do you understand by unix shell?

508


how to kernel protected memory?

1919


Suppose I have one column with data smithjohnmichale the o/p should be smith,john, michale how we do in unix?

464






Is unix the first operating system?

505


What is .sh file in unix?

525


Differentiate between absolute and related path?

508


Describe the term directory?

515


How do I find the port number of pid in unix?

475


Explain system bootup in unix.

556


Write a shell script that requests the user's age and then echoes it, along with some suitable comment.

975


Explain the importance of directories in a unix system

651


Is unix still relevant?

547


How to display n-th line of a file in Unix?

592