Linux Mint Forensic Review

Linux Mint Forensic Review

Assessment

Flashcard

Computers

12th Grade

Easy

Created by

Rob Durrance

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What two plaintext passwords were recorded in the .pcap file?

Back

community, Symphonic

2.

FLASHCARD QUESTION

Front

How to create a group called multiverse?

Back

Run: sudo addgroup -a multiverse

3.

FLASHCARD QUESTION

Front

What command to edit the common-auth file to remove nullok?

Back

Run: gedit admin:/etc/pam.d/common-auth

4.

FLASHCARD QUESTION

Front

What to change in sysctl.conf for address space layout randomization?

Back

Change kernel.randomize_va_space = 2

5.

FLASHCARD QUESTION

Front

What commands to disable and stop the Squid proxy service?

Back

Run: sudo systemctl disable squid;

sudo systemctl stop squid;

systemctl status squid