Search Header Logo

Linux Find Command Quiz

Authored by Pushpendra Pateriya

Computers

12th Grade

Used 1+ times

Linux Find Command Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 lists directories in the /tmp directory

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 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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?