#NAME?
#NAME?
#NAME?
#NAME? E. None of the above
Answer is Right!
Answer is Wrong!
The correct answer is: -atime +375.
The -atime option specifies the time since the file was last accessed. The +375 option specifies that the file must have been accessed more than 375 days ago.
The other options are incorrect.
-namespecifies the name of the file.-mtimespecifies the time since the file was last modified.-ctimespecifies the time since the file was created.-sizespecifies the size of the file.
Here is an example of how to use the find command to select files that have been accessed in more than 375 days:
find / -atime +375
This command will find all files in the current directory and all subdirectories that have been accessed in more than 375 days.