Information Security Quiz 1 Section B | Spring 2025

Information Security Quiz 1 Section B | Spring 2025

University

15 Qs

quiz-placeholder

Similar activities

Android Fundamentals - Day 3 : Activities & Intents

Android Fundamentals - Day 3 : Activities & Intents

University - Professional Development

15 Qs

Round-1 Technical Aptitude

Round-1 Technical Aptitude

11th Grade - Professional Development

20 Qs

Quiz 3: File Operations

Quiz 3: File Operations

University

10 Qs

Praktek UAS SO

Praktek UAS SO

University - Professional Development

15 Qs

Chapter 3 Vocab Review

Chapter 3 Vocab Review

University

15 Qs

Python Functions and File Operations Quiz

Python Functions and File Operations Quiz

University

20 Qs

Linux

Linux

University

14 Qs

RedHat Academy 8.3

RedHat Academy 8.3

10th Grade - University

15 Qs

Information Security Quiz 1 Section B | Spring 2025

Information Security Quiz 1 Section B | Spring 2025

Assessment

Quiz

Computers

University

Medium

Created by

Muhammad Abdullah Nasim

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You run the command:

mkdir projects/python

But you get an error saying the projects directory doesn’t exist. What should you do?

Use sudo mkdir

Run mkdir -p projects/python instead

Create python first

Use ls projects/python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user runs the command:
rm -i file.txt

The file will be deleted without warning

You will be prompted before deletion

The file will be renamed

The command will create a backup

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to find all .log files in /var/log. What command should you use?

find /var/log -type f

find /var/log -name "*.log"

ls /var/log | grep .log

cat /var/log/*.log

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user types:

tac file.txt

Show the file in reverse byte order

Display the file in reverse line order

Sort the file alphabetically

Output the first 10 lines

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You run:

nano report.txt

Deletes report.txt

Opens the file in a GUI editor

Opens the file in the Nano text editor

Executes the file

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user connects to a VPN, and their IP changes to 10.8.0.12. Why?

The VPN is not working

The system switched to a public network

The VPN assigned an internal virtual IP

The firewall changed the IP

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes Role-Based Access Control (RBAC)?

Access is based on user identity only

Access is controlled by file owner manually

Access is based on roles like admin, user, or guest

Access is determined by file size

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?