Linux Command Line Quiz

Linux Command Line Quiz

Professional Development

14 Qs

quiz-placeholder

Similar activities

Redes con Linux

Redes con Linux

Professional Development

10 Qs

Cuestionario SOR

Cuestionario SOR

1st Grade - Professional Development

10 Qs

Cloudbinary_OS_Basics_1_Unix-Linux-Windows

Cloudbinary_OS_Basics_1_Unix-Linux-Windows

Professional Development

19 Qs

THe conTest

THe conTest

Professional Development

16 Qs

Arch Linux Quiz

Arch Linux Quiz

5th Grade - Professional Development

10 Qs

Basics in Active Directory for IT Helpdesk Quiz

Basics in Active Directory for IT Helpdesk Quiz

Professional Development

15 Qs

Linux Essentials

Linux Essentials

Professional Development

15 Qs

Linux Essentials Quiz 2

Linux Essentials Quiz 2

Professional Development

11 Qs

Linux Command Line Quiz

Linux Command Line Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Frank Gwada

Used 9+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

As a cybersecurity professional, you have been called in to investigate a suspected security breach on a Linux server within a corporate environment. During the initial analysis, you need to access the home directory of a user account that is believed to be compromised. As part of your investigation, choose the most secure and appropriate command to navigate to the home directory using the Linux terminal

cd /

cd ~

cd ..

cd /home

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You find yourself tasked with examining the contents of a suspicious directory on a Linux server. Your team is keen on understanding the intricacies of the files within and identifying any potential threats. To enhance your analysis, explain the difference between the 'ls' and 'ls -l' commands in the Linux terminal.

ls lists all files, ls -l lists hidden files

ls lists all files, ls -l lists files with details

ls lists files with details, ls -l lists all files

ls lists files with details, ls -l lists hidden files

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

As a cybersecurity professional performing system hardening on a Linux server, you are tasked with improving the overall security posture by organizing and securing sensitive files. In the course of your work, you need to create a new directory named 'secure_folder' in the current location. Choose the correct command for creating this directory from the following options:

mkdir secure_folder

newdir secure_folder

touch secure_folder

create secure_folder

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

As a specialist responsible for securing critical files on a corporate desktop, you encounter a situation where you must safeguard a file named 'important.txt' by creating a backup in a designated folder. Choose the correct command for copying this file to a folder named 'backup' from the following options

cp important.txt /backup

mv important.txt backup/

cp important.txt backup/

mv important.txt /backup

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are cyber security analyst investigating a potential security incident on a Linux server, you need to identify and analyze log files scattered across the system and its subdirectories. To efficiently locate all files with a '.log' extension, choose the correct command from the following options:

ls -r .log

search . -ext .log

grep .log

find . -name '*.log'

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are tasked with monitoring and securing a Linux server, you receive an alert indicating suspicious activity related to a process named 'apache2.' To gather more information about this running process, choose the correct command from the following options:

procinfo apache2

ps -aux | grep apache2

top apache2

info apache2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

As a cybersecurity analyst responsible for monitoring and maintaining the security of a server infrastructure, you encounter a situation where you need to understand and manage the processes running on a Linux server. Choose the correct explanation for the purpose of the 'ps' command from the following options

It displays the status of running processes

It stops a running process

It starts a new process

It lists all processes

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?