Cybersecurity PBQ Quiz

Cybersecurity PBQ Quiz

University

25 Qs

quiz-placeholder

Similar activities

PECK THE SHORTCUTS

PECK THE SHORTCUTS

University

25 Qs

Microsoft Word

Microsoft Word

KG - University

20 Qs

linux command

linux command

University

25 Qs

Kuis Administrasi Jaringan

Kuis Administrasi Jaringan

University

20 Qs

NOCTI: Visual Comm./Multimedia Communication-Computer Shortcuts

NOCTI: Visual Comm./Multimedia Communication-Computer Shortcuts

11th Grade - University

20 Qs

CHFI Module 4 Review

CHFI Module 4 Review

University

20 Qs

ETHICAL HACKING  quiz v1

ETHICAL HACKING quiz v1

University

20 Qs

Course8 Week1

Course8 Week1

University

20 Qs

Cybersecurity PBQ Quiz

Cybersecurity PBQ Quiz

Assessment

Quiz

Other

University

Medium

Created by

Harry T

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What does this command do? chmod 600 private.key

Makes the file readable only by the owner

Allows group and others to execute the file

Denies access to everyone

Grants full access to owner

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What does this command do? nmap -sV 10.0.0.5

Detect open ports

Bypass firewalls

Identify services and versions

Spoof IP address

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command blocks inbound SMTP traffic on port 25?

iptables -A INPUT -p tcp --dport 25 -j DROP

iptables -A OUTPUT -p tcp --dport 25 -j ACCEPT

iptables -P INPUT DROP

iptables -F

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this command do? scp file.txt user@10.0.0.10:/tmp/

Copies file from remote to local

Sends file.txt to a remote machine via SSH

Deletes the file after sending

Works without SSH access

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is the effect of this command? chmod 755 script.sh

Grants execute permission to owner, group, and others

Gives full access to all users

Makes the script readable, written by owner and executable by all

See restrictive permissions denying access to others

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of this command?

netstat -a

Displays active listening ports

Lists user login history

Shows hidden processes

Disables network traffic

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following command do? chown user1 file.txt

Changes file owner to user1

Adds user1 to the file’s access control list (ACL)

Changes the file’s permissions to match user1’s default

Changes permissions to 777

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?