An administrator wants to start an Ubuntu terminal in a container. Which of the following will allow the administrator to complete the task?
A systems administrator is having issues with a third-party API endpoint. The administrator receives the following output:
Which of the following actions should the administrator take to resolve the issue?
The security manager at a company notifies a systems administrator of open vulnerabilities on the Linux system. The administrator receives the following information while logged in to the server:
$ date
Thu Jul 11 16:12:42 UTC 2024
$ getenforce
Enforcing
$ dnf history
ID | Command Line | Date and time | Action(s) | Altered
45 | update -y | 2023-07-09 | Update | 27
46 | install httpd | 2023-01-11 | Install | 9
47 | update -y | 2023-08-08 | Upgrade | 44
Which of the following is the most likely security concern?
Which of the following commands should a Linux administrator use to determine the version of a kernel module?
A systems administrator needs to set the IP address of a new DNS server. Which of the following files should the administrator modify to complete this task?
A user states that an NFS share Is reporting random disconnections. The systems administrator obtains the following information
Which of the following best explains the symptoms that are being reported?
A Linux user needs to authenticate to a Windows Active Directory domain. Which of the following configuration files contains the domain configuration details?
An administrator receives a report that a user is unable to execute the runreports utility. The administrator logs in as the user, runs the following commands, and receives the following output:
$ runreports
runreports: command not found
$ ls -l /usr/local/bin
-rwxr-xr-x 1 root root 29 May 10 11:31 runreports
$ echo $PATH
/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Which of the following best describes the issue and how to resolve it?
A Linux administrator needs to create accounts for a list of new users. The user account names have been defined in the USER_LIST variable as follows:
USER_LIST= " alice bob charles "
Which of the following commands should the administrator use to successfully create the user accounts?
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?
A systems administrator is restoring data from a backup. While analyzing the file format, the administrator sees the following output:
data: 7-zip archive data, version 0.4
Which of the following commands should the administrator use to help extract the data?
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 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?
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?
A Linux administrator is making changes to local files that are part of a Git repository. The administrator needs to retrieve changes from the remote Git repository. Which of the following commands should the administrator use to save the local modifications for later review?
Which of the following is a reason multiple password changes on the same day are not allowed?
A Linux administrator receives reports about MySQL service availability issues. The administrator observes the following information:
uptime -p shows the system has been up for only 2 minutes
journalctl shows messages indicating:
mysqld invoked oom-killer
mysqld cpuset=/ mems_allowed=0
Which of the following explains why the server was offline?
A Linux administrator attempts to log in to a server over SSH as root and receives the following error message: Permission denied, please try again. The administrator is able to log in to the console of the server directly with root and confirms the password is correct. The administrator reviews the configuration of the SSH service and gets the following output:
Based on the above output, which of the following will most likely allow the administrator to log in over SSH to the server?
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?
Which of the following can be implemented with PAM to detect and block dictionary attacks?
A Linux system displays the following error during operation:
Kernel panic - not syncing: Fatal Machine check
Pid: 0, comm: swapper Tainted: G M
Call Trace:
...
mce_panic
do_machine_check
Which of the following is the most likely cause of this issue?
A Linux administrator needs to add a new HTTP service on the server. Which of the following commands allows other systems to communicate with the service after the system is restarted?
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?
A systems administrator is preparing a Linux system for application setup. The administrator needs to create an environment variable with a persistent value in one of the user accounts. Which of the following commands should the administrator use for this task?
Which of the following Ansible components is used to define groups and individual hosts and can include variables specific to each host or group?
An administrator receives the following output while attempting to unmount a filesystem:
umount /data1: target is busy.
Which of the following commands should the administrator run next to determine why the filesystem is busy?
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)
User1 reports " access denied " errors while trying to execute app. Given the following outputs:
Which of the following options will remediate this issue?
Following the completion of monthly server patching, a Linux administrator receives reports that a critical application is not functioning. Which of the following commands should help the administrator determine which packages were installed?
A Linux administrator needs to analyze a compromised disk for traces of malware. To complete the analysis, the administrator wants to make an exact, block-level copy of the disk. Which of the following commands accomplishes this task?
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 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 needs to verify the user ID, home directory, and assigned shell for the user named " accounting. " Which of the following commands should the administrator use to retrieve this information?
A Linux administrator wants to use AI to deploy infrastructure as code. Which of the following is a best practice regarding the use of AI for 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?
A Linux administrator needs to compare two files and provide the output in the following format:
2,3d1
< Line 2
< Line 3
4a3
Line 5
Which of the following commands should the administrator use to perform the task?
Due to application compatibility issues, the Python 3 OpenSSL library should not be upgraded. Which of the following commands should the systems administrator use to ensure the package stays at the current version?
Which of the following describes the method of consolidating system events to a single location?
A systems administrator needs to check the statuses of all the services on a Linux server. Which of the following commands accomplishes this task?