Which of the following enables administrators to configure and enforce MFA on a Linux system?
- AKerberos
- BSELinux
- CPAM (correct answer)
- DPKI
Reveal answer & explanationHide answer
The correct answer is C. Option C: PAM
Page 9 of 14 Β· 263 total questions.
Which of the following enables administrators to configure and enforce MFA on a Linux system?
The correct answer is C. Option C: PAM
A database administrator requested the installation of a custom database on one of the servers. Which of the following should the Linux administrator configure so the requested packages can be installed?
The correct answer is C. Option C: /etc/yum.repos.d/db.repo
In which of the following filesystems are system logs commonly stored?
The correct answer is A. Option A: /var
A systems administrator has been unable to terminate a process. Which of the following should the administrator use to forcibly stop the process?
The correct answer is B. Option B: kill -3
A systems administrator is compiling a report containing information about processes that are listening on the network ports of a Linux server. Which of the following commands will allow the administrator to obtain the needed information?
The correct answer is A. Option A: ss -plnt
At what point is the Internal Certificate Authority (ICA) created?
The correct answer is A. Option A: During the primary Security Management Server installation process.
Rugged appliances are small appliances with ruggedized hardware and like Quantum Spark appliance they use which operating system?
The correct answer is B. Option B: Gaia embedded
Using AD Query, the security gateway connections to the Active Directory Domain Controllers using what protocol?
The correct answer is A. Option A: Windows Management Instrumentation (WMI) This option keeps traffic private / properly secured as required.
What is the main objective when using Application Control?
The correct answer is D. Option D: Ensure security and privacy of information.
As part of the requirements for installing a new application, the swappiness parameter needs to be changed to 0. This change needs to persist across reboots and be applied immediately. A Linux systems administrator is performing this change. Which of the following steps should the administrator complete to accomplish this task?
The correct answer is A. Option A: echo "vm.swappiness=0" >> /etc/sysctl.conf && sysctl -p
A systems administrator wants to list all local accounts in which the UID is greater than 500. Which of the following commands will give the correct output?
The correct answer is C. Option C: awk -F: '$3 > 500 {print $1}' /etc/passwd
A systems administrator is tasked with changing the default shell of a system account in order to disable iterative logins. Which of the following is the BEST option for the administrator to use as the new shell?
The correct answer is A. Option A: /sbin/nologin
A junior systems administrator recently installed an HBA card in one of the servers that is deployed for a production environment. Which of the following commands can the administrator use to confirm on which server the card was installed?
The correct answer is A. Option A: lspci | egrep βhba|fibrβ
A new disk was presented to a server as /dev/sdd. The systems administrator needs to check if a partition table is on that disk. Which of the following commands can show this information?
The correct answer is C. Option C: blkid
A systems administrator wants to upgrade /bin/someapp to a new version, but the administrator does not know the package name. Which of the following will show the RPM package name that provides that binary file?
The correct answer is A. Option A: rpm -qf /bin/someapp
A systems administrator is installing various software packages using a package manager. Which of the following commands would the administrator use on the Linux server to install the package?
The correct answer is D. Option D: apt
An administrator started a long-running process in the foreground that needs to continue without interruption. Which of the following keystrokes should the administrator use to continue running the process in the background?
The correct answer is B. Option B: bg
A Linux administrator has physically added a new RAID adapter to a system. Which of the following commands should the Linux administrator run to confirm that the device has been recognized? (Choose two.)
The correct answer is C, F. Option C: lshw -class disk Option F: dmesg
Based on the given command: find /home/user1 -type f -name "*.txt" -size +100M Which of the following will the command accomplish?
The correct answer is D. Option D: It finds all the files ending with .txt with a size of over 100MB in /home/user1 directory.
While inspecting a recently compromised Linux system, the administrator identified a number of processes that should not have been running: Which of the following commands should the administrator use to terminate all of the identified processes?

The correct answer is A. Option A: pkill -9 -f "upload*.sh"
Showing questions 161β180 of 263 Β· Page 9 of 14