Comptia (XK0-004) Exam Questions And Answers page 27
SIMULATION
After installing a new web server, you are unable to browse to the default web page.
INSTRUCTIONS
Review all the command output and select the command needed to remediate the issue.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.
After installing a new web server, you are unable to browse to the default web page.
INSTRUCTIONS
Review all the command output and select the command needed to remediate the issue.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.
Command Line Interface
Networking Fundamentals
An administrator needs to deploy 100 identical CentOS workstations via PXE boot. Which of the following should the administrator use to minimize the amount of interaction with the consoles needed?
Ghost image on a distribution server
Hard disk duplicator
Hard disk duplicator
Ubiquity script
Command Line Interface
Scripting and Automation
A Linux administrator needs to disable the Sendmail service on a Linux server and prevent it from being started manually and during boot.
Which of the following is the BEST command to do this?
Which of the following is the BEST command to do this?
systemctl reset-failed sendmail
systemctl mask sendmail
systemctl stop sendmail
systemctl disable sendmail
Essential System Services
Networking Fundamentals
Which of the following is the MOST common method used to access Windows systems that are running in a cloud provider from a Linux system?
SSH
NX
XRDP
VNC
Networking Fundamentals
A Linux administrator retrieved a repository of files from a Git server using git clone. The administrator wants to see if a configuration file was added to the repository. Which of the following Git arguments should be used to see the recent modifications?
fetch
log
init
pull
Command Line Interface
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
Which of the following server roles is MOST appropriate to route files to multifunction devices?
Proxy
Router
Print server
Web server
Devices, Linux Filesystems, and Filesystem Hierarchy Standard
Networking Fundamentals
A junior Linux administrator needs to ensure a service will start on system boot. Which of the following commands should be used to accomplish this task?
chkconfig on
systemctl bootup
service enable
crontab install
Administrative Tasks
Essential System Services
During the final step of staging new Linux hardware, GRUB2 is installed to the system drive. Which of the following BEST describes the role of GRUB2 in a new Linux installation?
It provides a menu for creating administrator task shortcuts.
It provides a menu for running special shell scripts.
It provides a method to partition a hard drive.
It provides a method to pass parameters to the Linux kernel on startup.
Command Line Interface
Networking Fundamentals
What is the correct statement about viewpoints?
Single Choice
Which one of the following statements about viewpoints is correct?
A viewpoint is what a stakeholder sees
A viewpoint is always specific to an architecture
A viewpoint is used to create views in Phases E and F
A viewpoint is used as a template to create a view
User Interfaces and Desktops
Administrative Tasks
An issue was discovered on a testing branch of a Git repository. A file was inadvertently modified and needs to be reverted to the master branch version. Which of the following is the BEST option to resolve the issue?
git branch -b master file
git merge master testing
git stash branch master
git checkout master -- file
Networking Fundamentals
Security
Comments