Linux Command Line Quiz

Linux Command Line Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

U01 - Command Line & Binary/Decimal Test

U01 - Command Line & Binary/Decimal Test

9th - 12th Grade

20 Qs

Linux Chapter 7 Review

Linux Chapter 7 Review

9th - 12th Grade

16 Qs

Fundamentos de Shell Script

Fundamentos de Shell Script

11th Grade - University

12 Qs

Linux Directory Structures

Linux Directory Structures

10th Grade - University

20 Qs

Cyber EOP - Rights Permissions By Mr. B

Cyber EOP - Rights Permissions By Mr. B

12th Grade - University

20 Qs

POCS-Ch4.1 & 4.2 (Vocab)

POCS-Ch4.1 & 4.2 (Vocab)

8th - 12th Grade

20 Qs

Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

KM4 Mock

KM4 Mock

7th - 12th Grade

10 Qs

Linux Command Line Quiz

Linux Command Line Quiz

Assessment

Quiz

Computers

12th Grade

Hard

DOK Level 3: Strategic Thinking

Standards-aligned

Created by

Ade Ako

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?