Explore Main Services and Install Necessary Programs

Explore Main Services and Install Necessary Programs

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers managing services in Kali Linux, focusing on SSH, HTTP, and FTP. It explains how to enable, disable, and verify these services using commands like 'service', 'netstat', and 'grep'. The tutorial also demonstrates installing and uninstalling services not pre-installed, such as FTP, and highlights the security risks associated with FTP. Finally, it shows how to automate service startup at boot using 'update-rc.d'.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to start the SSH service in Kali Linux?

service SSH start

service SSH activate

service SSH run

service SSH enable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which port does the SSH service run on by default?

Port 443

Port 80

Port 22

Port 21

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary use of the HTTP service in Kali Linux?

To provide remote access

To host websites and allow file downloads

To manage databases

To encrypt data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to verify if the Apache2 service is running?

netstat -an | grep FTP

netstat -an | grep Apache2

netstat -an | grep HTTP

netstat -an | grep SSH

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to install the FTP service in Kali Linux?

apt-get install vsftpd

apt-get install sftp

apt-get install ftpd

apt-get install ftp

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which port does the FTP service run on by default?

Port 22

Port 21

Port 443

Port 80

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to enable a service to start at boot time?

service start

update-rc.d enable

service boot

systemctl enable