Find files in Linux More than 40 day Older

This command line finds files that have not been accessed in /home/chris for more
than 40 days:

$ find /home/chris/ -atime +40