Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
Computing Technology Industry Association (CompTIA)
Exam 18: CompTIA Linux+
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 201
Multiple Choice
A systems administrator documents the instructions on the internal wiki regarding how to turn the company's code into Debian packages. The instructions include the commands used to compile, what tests need to be run, the commands to convert the raw code into a package that apt or dpkg can manage, as well as an explanation of each command. Which of the following is this an example of?
Question 202
Multiple Choice
A junior systems administrator needs to make a packet capture file that will only capture HTTP protocol data to a file called test.pcap . Which of the following commands would allow the administrator to accomplish this task?
Question 203
Multiple Choice
A Linux administrator receives a call from the network operations team that one of the database applications is down on a Linux server. The Linux server is configured with RAID 1 for redundancy, and the array /dev/md0 consists of two devices called /dev/sda1 and /dev/sdb1 . After looking at the status of the RAID 1 array in the /proc/mdstat file, the administrator discovers the RAID 1 array is degraded and the disk on which the database application was installed appears to have failed.
Which of the following steps should the administrator take to remove the device from the RAID array md0 ? (Choose two.)
Question 204
Multiple Choice
The following represents a partial listing of a user's .bashrc file: HISTSIZE=800 HISTFILESIZE=1000 umask 2002 HISTCONTROL=ignoreboth When the user opens a terminal, an error message appears: Octal number out of range Which of the following lines in the partial .bashrc should be modified to prevent the error from occurring?
Question 205
Multiple Choice
A Linux team is using Git to version a set of custom scripts. A team member has made an update to a script and published the changes to the repository. Which of the following is the BEST way to retrieve the latest changes to the administrator's local working copy?
Question 206
Multiple Choice
When requesting SSH access to a remote system, a user accidentally emailed the id_rsa key to the administrator. Which of the following should the user do NEXT?
Question 207
Multiple Choice
Joe, a user, creates a short shell script, shortscript.sh , and saves it in his home directory with default permissions and paths. He then attempts to run the script by typing ./shortscript.sh , but the command fails to execute. Which of the following commands would have allowed the script to run?
Question 208
Multiple Choice
An administrator notices a website hosted on an httpd web server is not loading. Upon further inspection, the administrator learns there are no processes running. When starting the service, the site operates correctly for a few minutes before the process disappears again. Which of the following should the administrator consider as the MOST likely possibility before troubleshooting the issue?
Question 209
Multiple Choice
Given the output below: [root@appserver ~]# rm config.txt rm: remove regular file 'config.txt'? yes rm: cannot remove 'config.txt': Operation not permitted Which of the following might be the cause?
Question 210
Multiple Choice
A systems administrator needs to run the yum update command two hours after employees log off and leave for the day on Friday. Which of the following is the BEST command to complete the task, if the task only needs to be run once?