
Linux Find Command Quiz

Quiz
•
Computers
•
12th Grade
•
Medium
Pushpendra Pateriya
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following command accomplish?
find /tmp -type f -mmin -60
It finds files in the /tmp directory that have been modified in the last 30 minutes
It finds files in the /tmp directory that have been modified in the last 60 days.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the -mindepth option do in the following command? find /var -mindepth 2 -name "*.log"
Starts searching from the root directory.
Limits the search to files with a minimum size of 2MB.
Ensures the search includes files starting from a depth of 2 directories.
Limits the search to files with a minimum depth of 2 subdirectories.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you find all files modified exactly 7 days ago?
find . -mtime 7
find . -mtime -7
find . -mtime +7
find . -mtime =7
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you find all directories in the current directory that are writable by the user?
find . -type d -perm -u=w
find . -type d -perm /u=w
find . -type d -perm +u=w
find . -type d -perm =u=w
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command would list all files and directories in the /home/user directory except those named *.tmp?
find /home/user -name "*.tmp"
find /home/user ! -name "*.tmp"
find /home/user -not -name "*.tmp"
Both B and C
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command finds files in the /var/log directory that belong to the group admin?
find /var/log -group admin
find /var/log -user admin
find /var/log -group id admin
find /var/log -gid admin
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following commands will find all files in the /home directory that are owned by the user alice and have been modified in the last 2 days?
find /home -user alice -mtime -2
find /home -user alice -mtime 2
find /home -user alice -mtime +2
find /home -user alice -mtime 2d
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
3.1.2 Access Control

Quiz
•
9th - 12th Grade
15 questions
FILE MANAGEMENT

Quiz
•
KG - University
20 questions
Computer Applications

Quiz
•
9th - 12th Grade
14 questions
DOS commands

Quiz
•
12th Grade
11 questions
File Management and Computer Literacy

Quiz
•
9th - 12th Grade
10 questions
Quiz-ACTIVE DIRECTORY

Quiz
•
12th Grade
12 questions
Basic Linux Commands Part 1

Quiz
•
9th - 12th Grade
10 questions
Basic Linux

Quiz
•
12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade