Which option is used to find command to search for files based on access time?

🎲 Try a Random Question  |  Total Questions in Quiz: 67  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Unix Basics Practice Test: Customizing the Environment & More File Attributes — practice the complete quiz, review flashcards, or try a random question.

Quiz on shell variables, shell offerings, advanced file handling commands and find command. Here's what you should know about customizing the Unix environment: File attributes: You can use the ls -l command to list all files in the current directory. File permissions: You can use the chmod command to change file permissions. For example, chmod 755 filename gives the owner read, write, and execute permissions. You can also use wildcards to change permissions for multiple files at once. For example, chmod 644 *.txt gives the owner read and write permissions, and the group and others... Show more

Which option is used to find command to search for files based on access time?