Search Header Logo

Linux Command Line Quiz

Authored by Ade Ako

Computers

12th Grade

DOK Level 3: Strategic Thinking covered

Used 2+ times

Linux Command Line 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

You are tasked with setting up a new server. You need to ensure that a specific user can execute administrative tasks without switching to the root user. Which command would you use to achieve this?

chmod

chown

sudo

su

Tags

DOK Level 3: Strategic Thinking

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol in the Linux command prompt indicates that you are logged in as the root user?

$

~

@

#

Tags

DOK Level 3: Strategic Thinking

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are analyzing a script that automates user account creation. The script uses the command `useradd -m`. What is the purpose of the `-m` option in this context?

It assigns a default shell to the user.

It creates a home directory for the user.

It sets a password for the user.

It adds the user to the sudoers file.

Tags

DOK Level 3: Strategic Thinking

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer needs to find all files in a directory that contain the word "error" and list them. Which command should they use?

grep -r "error" /directory

find /directory -name "error"

locate "error" /directory

search "error" /directory

Tags

DOK Level 3: Strategic Thinking

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are required to change the permissions of a file so that only the owner can read and write to it, while others have no permissions. Which command will you use?

chmod 600 filename

chmod 644 filename

chmod 755 filename

chmod 777 filename

Tags

DOK Level 3: Strategic Thinking

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user reports that they cannot access a file even though they have read permissions. What could be a possible reason for this issue?

The file is corrupted.

The file is located in a directory where the user lacks execute permissions.

The file is too large to open.

The file is a hidden file.

Tags

DOK Level 3: Strategic Thinking

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to schedule a script to run every day at midnight. Which tool would you use to accomplish this task?

at

cron

nohup

screen

Tags

DOK Level 3: Strategic Thinking

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?