Information Security Quiz 1 Section B | Spring 2025

Information Security Quiz 1 Section B | Spring 2025

University

15 Qs

quiz-placeholder

Similar activities

POST-TEST SO KELAS A & B - 2022

POST-TEST SO KELAS A & B - 2022

University

15 Qs

Tes Awal Modul 4 CC

Tes Awal Modul 4 CC

University

10 Qs

CSE105 Quiz 02

CSE105 Quiz 02

University

15 Qs

Literasi Komputer

Literasi Komputer

University

14 Qs

6thApril

6thApril

University

10 Qs

FINAL EXAM_ITC_BLOCK_A

FINAL EXAM_ITC_BLOCK_A

University

20 Qs

6-文件操作

6-文件操作

University

10 Qs

CNET151 Chapt 14 - Introduction to Forensics

CNET151 Chapt 14 - Introduction to Forensics

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?