Which of the following commands should a Linux administrator use to determine the version of a kernel module?
Which of the following best describes a use case for playbooks in a Linux system?
An administrator needs to remove the directory /home/user1/data and all of its contents. Which of the following commands should the administrator use?
A systems administrator wants to prevent the current contents of a file from being overwritten and wants to allow new additions at the end of the file. Which of the following commands should the administrator use?
A systems administrator is decommissioning a service. Which of the following commands should the administrator use to make sure users cannot start the service again?
A DevOps engineer needs to create a local Git repository. Which of the following commands should the engineer use?
(Partial question based on visible options)
(Partial question reconstructed from visible content)
A systems administrator wants to review the logs from an Apache 2 error.log file in real time and save the information to another file for later review. Which of the following commands should the administrator use?
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?
Which of the following commands should an administrator use to see a full hardware inventory of a Linux system?
A Linux administrator just finished setting up passwordless SSH authentication between two nodes. However, upon test validation, the remote host prompts for a password. Given the following logs:
Which of the following is the most likely cause of the issue?
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)
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?
Which of the following commands should an administrator use to convert a KVM disk file to a different format?
Which of the following describes PEP 8?
A systems administrator is reconfiguring existing user accounts in a Linux system. Which of the following commands should the administrator use to include " myuser " in the finance group?
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?
Which of the following is the location for built-in Linux executable files and utilities?
A Linux systems administrator needs to extract the contents of a file named /home/dev/web.bkp to the /var/www/html/ directory. Which of the following commands should the administrator use?
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:
Which of the following actions can the administrator take to help speed up the jobs?
User1 reports " access denied " errors while trying to execute app. Given the following outputs:
Which of the following options will remediate this issue?
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?
Which of the following does dmesg display?
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?
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?
An administrator wants to search a file named myFile and look for all occurrences of strings containing at least five characters, where characters two and five are i, but character three is not b. Which of the following commands should the administrator execute to get the intended result?
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 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 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 systems administrator needs to check access to all company servers. The administrator uses the following script, which does not complete:
for i in $(cat /home/user1.file)
do
echo $i
ssh $i uptime
Which of the following is missing from the script?
A user reports recurrent issues with an application, which is currently operational. The systems administrator gathers the following outputs to diagnose the issue:
Out of memory: Kill process (mariadb)
Killed process (mariadb)
mariadb invoked oom-killer
egrep ' Out of memory ' /var/log/messages
Multiple entries showing mariadb being killed by OOM killer
free -m
Mem: total 15819, used 10026, free 5174, available 5134
Swap: 0 0 0
sar -r
kbmemused ~67%, no swap usage
Which of the following is a possible cause of this issue?
A systems administrator wants to review the amount of time the NetworkManager service took to start. Which of the following commands accomplishes this goal?
Which of the following is a protocol for accessing distributed directory services containing a hierarchy of users, groups, machines, and organizational units?
A Linux user frequently tests shell scripts located in the /home/user/scripts directory. Which of the following commands allows the user to run the program by invoking only the script name?
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?
Which of the following passwords is the most complex?
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?
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?
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 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 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?
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?
Which of the following Ansible components is used to define groups and individual hosts and can include variables specific to each host or group?