Questions
- Which of the following is true about rootkits?
- They only infect Windows operating systems.
- The purpose of planting a rootkit is to gain root privileges to a system.
- An intruder must have already gained root privileges in order to plant a rootkit.
- A rootkit isn’t very harmful.
- Which of the following methods would you use to keep
maldet
updated?- Manually create a
cron
job that runs every day. - Do nothing, because
maldet
automatically updates itself. - Once a day, run the normal update command for your operating system.
- Run the
maldet update
utility from the command line.
- Manually create a
- Which of the following is true about the
auditd
service?- On an Ubuntu system, you’ll need to stop or restart it with the
service
command. - On a Red Hat-type system, you’ll need to stop or restart it with the
service
command. - On an...
- On an Ubuntu system, you’ll need to stop or restart it with the