Cybersecurity PBQ Quiz

Cybersecurity PBQ Quiz

University

25 Qs

quiz-placeholder

Similar activities

Linux

Linux

University

20 Qs

linux command

linux command

University

25 Qs

Quiz for E415 batch

Quiz for E415 batch

University

20 Qs

Introduction To CAD

Introduction To CAD

University

20 Qs

CHFI Module 4 Review

CHFI Module 4 Review

University

20 Qs

QUIZ 1 : ADOBE ILLUSTRATOR BASIC TOOLS

QUIZ 1 : ADOBE ILLUSTRATOR BASIC TOOLS

University

20 Qs

CSS NC2

CSS NC2

University

20 Qs

PECK THE SHORTCUTS

PECK THE SHORTCUTS

University

25 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?