Kali Training: Quiz 6

Kali Training: Quiz 6

Professional Development

7 Qs

quiz-placeholder

Similar activities

OFFICE 365

OFFICE 365

Professional Development

10 Qs

ISO-Software

ISO-Software

Professional Development

6 Qs

Redes con Linux

Redes con Linux

Professional Development

10 Qs

CHFI-Post-Assessment

CHFI-Post-Assessment

Professional Development

10 Qs

Tethys App Migration

Tethys App Migration

Professional Development

6 Qs

Arch Linux Quiz

Arch Linux Quiz

5th Grade - Professional Development

10 Qs

Tethys Platform Docker Production Installation

Tethys Platform Docker Production Installation

Professional Development

10 Qs

Chadev AI Coding Assistant (How To Install ChatDev 👑)

Chadev AI Coding Assistant (How To Install ChatDev 👑)

Professional Development

11 Qs

Kali Training: Quiz 6

Kali Training: Quiz 6

Assessment

Quiz

Computers

Professional Development

Hard

Created by

John Coder

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Before downloading a software package, you can check whether the package you need is

available from your repository, which is a place where your operating system stores

information. The apt tool has a search function that can check whether the package is

available.

a____-c_____ s_____ snort

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To install a piece of software from your operating system’s default repository in the

terminal, use the a____-g____ i______ command, followed by the keyword install and then the name

of the package you want to install.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

When uninstalling software, use apt-get with the r_________ option, followed by the name of the

software to uninstall.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If you do want to remove the configuration files at the same time as the package, you

can use the p________ option

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

You can patch your individual system by entering the apt-get command followed by the

keyword u_________. This will search through all the packages on your system and check

whether patches are available.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Updating isn’t the same as upgrading: updating simply updates the list of packages available for download from the repository, whereas upgrading will upgrade the package to the latest v_________ in the repository.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To upgrade the existing packages on your system, use apt-get ___________. Because upgrading

your packages may make changes to your software, you must be logged in as root or use

the __________ command before entering apt-get ____________. This command will upgrade every

package on your system that apt knows about, meaning only those stored in the

repository