Linux Command Line Quiz

Linux Command Line Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Domains1&2 Vocab

Domains1&2 Vocab

KG - 12th Grade

15 Qs

POCS-Ch4.1 & 4.2 (Vocab)

POCS-Ch4.1 & 4.2 (Vocab)

8th - 12th Grade

20 Qs

Network Administration

Network Administration

11th - 12th Grade

10 Qs

POCS-Ch. 4 Review (Comprehension)

POCS-Ch. 4 Review (Comprehension)

7th - 12th Grade

20 Qs

linux user and group dfn30053

linux user and group dfn30053

1st Grade - University

10 Qs

6/16 Linux Day 2 Ubuntu Security Game 1

6/16 Linux Day 2 Ubuntu Security Game 1

7th - 12th Grade

10 Qs

CMD -موجه الأوام ر

CMD -موجه الأوام ر

1st Grade - Professional Development

12 Qs

3.1.1 Commanding the OS

3.1.1 Commanding the OS

9th - 12th Grade

12 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 2+ 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?