A Linux administrator is testing a web application on a laboratory service and needs to temporarily allow DNS and HTTP/HTTPS traffic from the internal network. Which of the following commands will accomplish this task?
Which of the following commands is used to verify whether a port is open on a remote host?
A Linux user needs to authenticate to a Windows Active Directory domain. Which of the following configuration files contains the domain configuration details?
A systems administrator is configuring new Linux systems and needs to enable passwordless authentication between two of the servers. Which of the following commands should the administrator use?
Which of the following commands should an administrator use to convert a KVM disk file to a different format?
A DevOps engineer made some changes to files in a local repository. The engineer realizes that the changes broke the application and the changes need to be reverted back. Which of the following commands is the best way to accomplish this task?
A Linux administrator receives reports that an application hosted in a system is not completing tasks in the allocated time. The administrator connects to the system and obtains the following details:
$ uptime
12:47:43 up 22:17, 2 users, load average: 7.75, 5.72, 5.17
Which of the following is the most likely cause of the issue?
Which of the following commands can be used to display real-time running processes on a Linux system?
An administrator wants to see all logs for the app.service systemd process. Which of the following commands should the administrator use to complete this task?
A Linux administrator is configuring a CUPS print service on a Linux machine and needs to allow only connections from a local network (192.168.100.0/24). Which of the following commands should the administrator use?
A Linux systems administrator is running an important maintenance task that consumes a large amount of CPU, causing other applications to slow. Which of the following actions should the administrator take to help alleviate the issue?
A Linux administrator attempts to unmount the local filesystem /data in order to mount a new volume. However, the administrator receives the following error message:
umount: /data: target is busy
Which of the following commands should the administrator run to resolve the issue?
A systems administrator manages multiple Linux servers and needs to set up a reliable and secure way to handle the complexity of managing event records on the OS and application levels. Which of the following should the administrator do?
In the echo " profile-$num-$name " line of a shell script, the variable $num seems to not be expanding during execution. Which of the following notations ensures the value is expanded?
After receiving a monitoring call, an administrator checks the Linux server for processes that have completed execution but have not been removed yet from the process table. Which of the following represents the process state for which the administrator should search?
Application owners are reporting that their application stops responding after several days of running, and they need to restart it. A Linux administrator obtains the following details from the dmesg command:
invoked oom-killer
Call Trace:
out_of_memory
oom_kill_process
The application owners mentioned that resources to the system have been increased, and the error takes longer to appear. Which of the following best describes the reason the process is being terminated by OOM?
An administrator must secure an account for a user who is going on extended leave. Which of the following steps should the administrator take? (Choose two)
An administrator set up a new user account called " test " . However, the user is unable to change their password. Given the following output:
Which of the following is the most likely cause of this issue?
A systems administrator is creating a backup copy of the /home/ directory. Which of the following commands allows the administrator to archive and compress the directory at the same time?
An administrator needs to create a new logical volume from sets of provisioned disks. Which of the following shows the correct order of commands the administrator should execute?
Which of the following describes what Ansible is used for in the context of IT infrastructure?
A Linux administrator observes low network throughput. The administrator gathers the following output:
$ ip link show eth0
eth0: < BROADCAST,MULTICAST,UP,RUNNING > mtu 9000 ...
$ ping -s 1472 -M do 192.168.10.2
PING 192.168.10.2(192.168.10.2) 1472(1500) bytes of data.
From 10.10.9.72 icmp_seq=1 frag needed and DF set
Which of the following is the cause of the low network throughput?
Users cannot access a server after it has been restarted. At the server console, the administrator runs the following commands;
Which of the following is the cause of the issue?
Which of the following utilities supports the automation of security compliance and vulnerability management?
Which of the following commands is used to ensure a service starts automatically at boot on a system using systemd?
An administrator attempts to install updates on a Linux system but receives error messages regarding a specific repository. Which of the following commands should the administrator use to verify that the repository is installed and enabled?
A new drive was recently added to a Linux system. Using the environment and tokens provided, complete the following tasks:
• Create an appropriate device label.
• Format and create an ext4 file system on the new partition.
The current working directory is /.
While hardening a system, an administrator runs a port scan with Nmap, which returned the following output:
Which of the following is the best way to address this security issue?
Which of the following commands is used to display detailed information about block devices on a Linux system?
Which of the following best describes a use case for playbooks in a Linux system?
A Linux administrator tries to install Ansible in a Linux environment. One of the steps is to change the owner and the group of the directory /opt/Ansible and its contents. Which of the following commands will accomplish this task?
An administrator is trying to terminate a process that is not responding. Which of the following commands should the administrator use in order to force the termination of the process?
A systems administrator needs to integrate a new storage array into the company ' s existing storage pool. The administrator wants to ensure that the server is able to detect the new storage array. Which of the following commands should the administrator use to ensure that the new storage array is presented to the systems?
A Linux user needs to download the latest Debian image from a Docker repository. Which of the following commands makes this task possible?
Which of the following cryptographic functions ensures a hard drive is encrypted when not in use?
A systems administrator attempts to edit a file as root, but receives the following error:
Which of the following commands allows the administrator to edit the file?
Which of the following is the first step when starting a new Python project on a Linux system?
Users report that a Linux system is unresponsive and simple commands take too long to complete. The Linux administrator logs in to the system and sees the following: Output 1:
10:06:29 up 235 day, 19:23, 2 users, load average: 8.71, 8.24, 7.71
Which of the following is the system experiencing?