CompTIA XK0-005 Practice Test - Questions Answers, Page 23

List of questions
Question 221

The administrator comptia is not able to perform privileged functions on a newly deployed system. Given the following command outputs:
Which of the following is the reason that the administrator is unable to perform the assigned duties?
Question 222

A Linux administrator intends to start using KVM on a Linux server. Which of the following commands will allow the administrator to load the KVM module as well as any related dependencies?
Question 223

A systems administrator received a request to change a user's credentials. Which of the following commands will grant the request?
Question 224

Application code is stored in Git. Due to security concerns, the DevOps engineer does not want to keep a sensitive configuration file, app . conf, in the repository. Which of the following should the engineer do to prevent the file from being uploaded to the repository?
Question 225

A systems administrator is enabling LUKS on a USB storage device with an ext4 filesystem format. The administrator runs dmesg and notices the following output:
Given this scenario, which of the following should the administrator perform to meet these requirements? (Select three).
Question 226

Which of the following actions are considered good security practices when hardening a Linux server? (Select two).
Question 227

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?
Question 228

A systems administrator wants to check for running containers. Which of the following commands can be used to show this information?
Question 229

A systems administrator is installing various software packages using a pack-age manager. Which of the following commands would the administrator use on the Linux server to install the package?
Question 230

A user created the following script file:
# ! /bin/bash
# FILENAME: /home/user/ script . sh
echo 'hello world'
exit 1
However, when the user tried to run the script file using the command 'script . sh, an error returned indicating permission was denied. Which of the follow-ing should the user execute in order for the script to run properly?
Question